Regions
Submitted by robertcottrell on Wed, 07/23/2008 - 14:40
I'm having trouble making the regions align as I want them. When I put a block into "header-middle", it pushes down the blocks in "sidebar-left". And when I put a block into "left-header", it pushes down "content". I'm happy to try to fix this myself, but can you point me to the lines in the heme that control the postitiong here?
Ha -- just read the documentation and found that all the header sidebars are indeed designed to be bound together and push down other content. Still, if there's an easy tweak to unbind them,, I'd be pleased to have it.
That requires a change in the main layout of theme. Easiest way to do it is to move header part of layout into main content area.
Header in original theme is inside div with id "idSegmentUpper1" and starts with
<div id="idRegionHeader" class="column dark-region">.Move this code block to closing
</div>below to be first element in div with id "idMain" right above<?php if ($user1) : ?>.Having done this, just leave header left region empty and everything should look neatly (to be honest I tried only IE7 and Firefox, could turn out that in needs some tweak for IE6).