Jump to content
Sign in to follow this  
edwelly

BuddyPress Sidebar Alignment Issues

Recommended Posts

edwelly

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
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
@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
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
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
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
Sorry for not responding sooner - yes it can be closed.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×