Relatively new to Drupal theming, how hard is it to merge the left and right regions in the top and or bottom of the template?

Comments

dman’s picture

Edit your page.tpl.php
You can shift the
print $sidebar_left etc commands anywhere you want. One after the other if you want. Although you may as well just stop using those zones if that's all you need.

If you mean something more design-layout by 'merge' then it's up to your chosen theme and your HTML skills to get the effect. Perhaps you may mock-up a screenshot/diagram to show what you mean.

ptone’s picture

Status: Active » Closed (fixed)

Thanks, much simpler than I though really, I see that I can just use the left region, and let it span full content width.

Thanks, doing my best to get up to speed fast.

-P