zones

Events happening in the community are now at Drupal community events on www.drupal.org.
dotman's picture

Logo is pushed down by zones

I know I'm missing something simple, but I've tried every combination of reordering zones and regions in delta, but everything I've tried pushes the logo down since they all have to be configured to at least 12 grids.

All i'm trying to do is have the logo left, and the menu right in the header section.

I've attached a screen shot. Could someone give me their settings for for that so I can get my head around positioning using sections and zones?

thank you

Read more
Arkrep's picture

custom zone.tpl.php

I'm looking for some help with creating a custom zone.tpl.php..

Is possible to print each region separately?

So rather than just using

<?php
print $content;
?>
you could use something like.
<?php
print $content['user left'];
?>
Read more
arnemaine's picture

main wrapper

Is there a main wrapper div already in place? I'm asking as I want to use full background images and colors and I can't seem to see anything in the UI for the zones and regions where I can spec a main wrapper.

Is this something that runs contrary to the responsive design of Omega?

Or do I need to add it in a template file, if so where and how?

Thanks!

PS

Is the answer just to use the page div as shown below? Or is there a better way? I've been used to using Fusion in D6, which had main wrapper divs.

Here's what I found so far:

http://groups.drupal.org/node/158564

Read more
Subscribe with RSS Syndicate content