I'm running Nitobe 7.x-2.0-beta1. Under "settings," I have "Sidebar placement" set to "On either side of the content region." But when I place blocks in both the first and second sidebars, the content region stays left justified, so the first sidebar and the content overlap. If I switch it to "right of content region," it works fine. If I switch it to "left of content region," it's again overlapping with the content.
This leads me to believe that it's something in the style.css, but I'm not that good with css, and after looking at the 6.x version (which does work for me on my Drupal 6 site), I just can't find what's different.
Can anyone help me fix this?
Thanks in advance,
Josh
Comments
Comment #1
Pedro Lozano commentedYou are right. Classes for the regions were not been generated correctly.
I've commited a fix to the 7.x-2.x branch.
The patch is attached in case you need it.
Comment #2
joshmbuck commentedThanks! That did the trick!!