edwelly 0 Report post Posted August 30, 2011 Hello. Can anyone help me with a problem concerning buddypress pushing the sidebars down too far? Tried several .css fixes and have not been able to fix this. On an occasion or two, I actually made it worse 8-) URL: http://communindiefilms.com/activity/ thanks - Erik Share this post Link to post Share on other sites
Rob 547 Report post Posted August 30, 2011 Have you tried this CSS? [code] #content .bbp-forum-info { width: 55%; text-align: left;} #content table tbody tr .bbp-forum-description p { margin-bottom: 0; font-size: 13px; font-style: italic; text-align: left;} #buddypress-page #content{width:615px; float:left;}[/code] Change the width in the last line to your site's needs. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
edwelly 0 Report post Posted August 30, 2011 @rangelone - thanks so much for posting but when I add this to the custom .css section in the pagelines theme part, it did nothing. Should I add this to a different .css file? Thanks for your help!!! Share this post Link to post Share on other sites
edwelly 0 Report post Posted August 30, 2011 I was able to get it fixed. I added this bit of code to my custom .css file #buddypress-page #content {padding-right: 15px;} div.one-sidebar-right #buddypress-page #content { float: left; width: 615px; } div.one-sidebar-right #buddypress-page div.scolumn-pad { padding: 20px 0px 0px 0px; } Share this post Link to post Share on other sites
edwelly 0 Report post Posted August 30, 2011 Thanks to this post: http://www.pagelines.com/forum/discussion/9987/problems-getting-a-sidebar-no-buddypress-pages/p1 Share this post Link to post Share on other sites
Rob 547 Report post Posted August 30, 2011 I'm glad you resolved it. May I close this issue then? Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
edwelly 0 Report post Posted September 3, 2011 Sorry for not responding sooner - yes it can be closed. Share this post Link to post Share on other sites