Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Mobile Formatting
hekubas
New
Not sure if this needs to be on the github just let me know. Please see attached image of what I'm trying to accomplish. I dont think it's supposed to be this way. Ideally I'd like to put the user image inside the post with the username.
0
Comments
You need to edit the css for that to make it how you want it. it is not a defect or a bug it is the way the design for that theme is.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks for the reply. If it's that easy I can give it a try. Anyone know the specific file?
If you are using bootstrap then you would edit the custom.css file for the theme you have enabled. Try the CSSEDIT plugin to make your changes.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I'll try it out tonight and see what I can do and post results. Thanks for the help so far
I also wanted the same editing, can anyone explain how to do this.
Please install the CSSEDIT plugin
get a web inspector for your browser like examples below
http://cs.brown.edu/courses/cs132/resources/inspector/
https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Introduction/Introduction.html
http://getfirebug.com
Once you learn how to use it, inspect the element you want to change and then copy the css code into the CSSEDIT plugin. Or into your custom.css file in your theme.
To get help faster always include you forum address and prepare to provide a TEST account for someone to go look into areas that users need to log into to see.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
OK understand