Background color not affecting padding?! (seemingly)
-
Hi, I’ve changed the background color in my bbpress forum but for some reason the background color is not affecting the padding (or so it seems). I’ve searched online and found I may need to add overflow:hidden and even overflow:auto. I’ve tried to add this to many many variations and combinations of IDs and CLASSes (there are so many!) but I can’t figure it out.
I’m using a child theme from the 2014 WordPress theme but didn’t change too much.
My forum is at: http://www.pippenings.com/rv-living/rv-motorhome-life-forum/
Here is the CSS styling I’ve added to the forum so far (minus the child theme’s styling which was mostly used for changing colors…)
Can you please help me out?
#forums-list-0 .bbp-forum-title { font-size:1.6em; text-decoration:none; } #forums-list-0 .bbp-forum-title a:link { text-decoration:none; } #entry-content #bbpress-forums { background-color:#232d36; overflow:auto; } #bbpress-forums ul, #bbpress-forums li { background-color:#232d36; overflow:auto; } #bbpress-forums ul.bbp-replies, bbp-body, #bbpress-forums p { background-color:#232d36; } #bbpress-forums ul.forums-list-0 li.bbp-body { background-color:#232d36 !important; overflow:auto; }
- You must be logged in to reply to this topic.