tep_uri 0 Report post Posted August 8, 2011 Read through all the posts and docs on getting the buddypress sidebar working with platform pro.. Nothing seems to fix it, here's my site: http://www.tep-uri.com you can see it doing it on the register page as well: http://www.tep-uri.com/register/?private=true my custom code: body {} .hentry table td { padding: 0em 0em; } p, .p { margin-bottom: 0em; } #branding { background: #4F2164; color: #FFFFFF; border: none; } #secondnav { background:#cfa200; border: none; font-size: 80%; } #secondnav li a { color: #FFFFFF; padding: 3px 12px; } #primary-nav { background: url( ' alt='' class='ipsImage' >' alt='' class='ipsImage' >) #D9AA00 repeat-x; border: none; } ul.sf-menu li { background: url( ' alt='' class='ipsImage' >' alt='' class='ipsImage' >) #D9AA00 repeat-x; color: #FFFFFF; border: none; } #primary-nav .main-nav li a:hover { background: #947400; color: #FFFFFF; border: none; } #primary-nav .main_nav ul.sf-menu a:hover { background: #947400; color: #FFFFFF; border: none; } .main-nav li.current-page-ancestor a, .main-nav li.current_page_item a, .main-nav li.current-page-ancestor ul a, .main-nav li.current_page_item ul a { background: #947400; color: #FFFFFF; border: none; } #subnav_row li a { background: #947400; color: #FFFFFF; border: none; } #nav_row.main_nav, ul.sf-menu ul li { border: none; } .sf-with-ul { background: url( ' alt='' class='ipsImage' >' alt='' class='ipsImage' >) #D9AA00 repeat-x; } a:hover, .commentlist cite a:hover, #grandchildnav .current_page_item a:hover, .headline h1 a:hover { color: #947400; } #branding .site-description { color: #FFFFFF; } Debug stuff: WordPress Version : 3.2.1 Multisite Enabled : No Current Role : Administrator Theme Path : /home/tep_uri/tep-uri.com/wp-content/themes/platformpro Theme URI : http://www.tep-uri.com/wp-content/themes/platformpro Platform Version : 1.5.2 Platform Build : 18 PHP Version : 5.2 PHP type : Cgi-fcgi OS : Linux Automatic Updates : Working. Latest available: 1.5.2 Plugins : 31 akismet/akismet.php bowe-codes/bowe-codes.php bp-album/loader.php bp-export-users/bp-export-users.php bp-fbconnect/bp-fbconnect.php bp-group-frontpage/bp-group-frontpage.php bp-group-management/bp-group-management.php bp-labs/bp-labs.php bp-registration-options/loader.php bp-template-pack/loader.php breadcrumb-navxt/breadcrumb_navxt_admin.php buddypress-activity-plus/bpfb.php buddypress-announce-group/bp-announce-group.php buddypress-group-email-subscription/bp-activity-subscription.php buddypress-widget-pack/buddypress-widget-pack.php buddypress/bp-loader.php buddystream/buddystream.php chartbeat/chartbeat.php confirm-user-registration/confirm-user-registration.php dynamic-widgets/dynamic-widgets.php events-manager/events-manager.php jetpack/jetpack.php nextgen-gallery/nggallery.php shortcode-exec-php/shortcode-exec-php.php si-contact-form/si-contact-form.php tabbed-widgets/tabbed-widgets.php tinymce-advanced/tinymce-advanced.php twitter-for-wordpress/twitter.php welcome-pack/loader.php wp-hashcash/wp-hashcash.php wptouch/wptouch.php Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 8, 2011 Hmm, strange, you could try this CSS: #buddypress-page #content{ width:650px; float:left; } Share this post Link to post Share on other sites
tep_uri 0 Report post Posted August 9, 2011 Thanks! that did the trick. Share this post Link to post Share on other sites