Forum Replies Created
-
In reply to: CODE Tags Feature Request
I was able to edit the style.css to get what I was looking for. Line 207. Compare and change.
code, kbd, tt, var, samp, pre { font-family: monospace, serif; font-size: 10px; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; line-height: 1.6; } code, pre { border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 24px; max-width: 100%; overflow: auto; padding: 12px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
In reply to: Forum Width and Hide MenuI finally figured it out. No need to use the “Full Page Width” option or any other techniques found about the web. If you installed a bbPress forum and everything is set to its defaults. Just use the following…
Select “Customize”
Select “Additional CSS”
Add/Paste the following….bbpress #content-sidebar { display: none; } #bbpress-forums { margin-left: auto !important; margin-right: auto !important; width: 170% !important; }
Forum link in first post is incorrect now. A redirect is being setup though as that is my old link to another forum I use to use. New forum link is, http://www.posemotion.com/forums
In reply to: Forum Width and Hide MenuI’m starting to get it. I didn’t realize some people were creating a bbpress.php file. Anyways, it seems to work until I click on a topic. Then the right menu comes back. Any thoughts?
The first forum page uses the full width option. I don’t know how to set that for sub-forum pages?
Thanks!
In reply to: Code TagThanks!
In reply to: Code TagNevermind. Just tried it and all is fine now. I guess I just had to restart my browser. Not sure why that would have done anything.
I would have deleted this topic after finding all is fine but no option.
In reply to: Code TagNow that’s interesting. They seem to work fine here. Hmm…