Re: Convert a WordPress Theme to a BuddyPress Theme
@armandmorin – it’s more than likely either the “container” or “content” div in your WordPress theme. The BuddyPress template pack uses:
[header]
<div id="container">
<div id="content">
[content]
</div>
<div id="sidebar">
[sidebar]
</div>
</div>
[footer]
If your WordPress theme doesn’t match this, then there are about 6 or 7 templates (mainly members/index.php groups/index.php etc etc) that you will need to tweak this html layout in to match the one used by your theme.
Once you have it matched, then the content should sit in the correct place and not break the layout. If you’re using a theme with this HTML layout, then you should be fine off the bat.