This helped a lot!
Thanks for your great help!
I did change:
<div id="post-content-wrap" class="grid_8 suffix_1 single-post">
in
<div id="post-content-wrap" class="grid_8 single-post">
and
<div id="sidebar" class="grid_4">
in
<div id="sidebar" class="grid_4 right">
That worked with sidebar on the right; for almost all of the pages! Yeah!
The only pages that do not work yet are:
- Activity
- Group Forum
They are both still full width pushing the sidebar underneath again. Seems that when the text overflows, the sidebar is pushed down.
And the area in which buddypress ‘is active’ also becomes smaller when the menu options are less, making the menubar narrower and all active buddypress space underneath as well. They are linked to each other now it seems.
Do you know how to have this fixed at grid_8 so that activity and forum stay in, and when menu is narrowe it aligns to grid_8?
Thanks again for your help. You’re a lifesaver!