Closed (fixed)
Project:
Drupify
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2008 at 05:57 UTC
Updated:
9 Apr 2008 at 00:35 UTC
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
Comment #1
dman commentedEdit your page.tpl.php
You can shift the
print $sidebar_leftetc 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.
Comment #2
ptone commentedThanks, 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