Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Sidebar pushed beneath container (dual container divs)


modemlooper
Moderator

@modemlooper

See if you remove this code from one of the BP template files. go into activity/index.php and remove these two things from top and bottom. See if this fixes issue. normally you would add your themes wrapper divs to the BP files but since they are in the header you may need to remove BP’s wrapper files.

<div id="content">
     <div class="padder">

***** middle stuff here

      </div><!-- .padder -->
</div><!-- #content -->

Skip to toolbar