In one installation with Omega 3 (I can't reproduce this in another simpler installation) it happens that every zone in a section I place below a certain other zone - in this case a modified zone-menu - gets wrapped inside that zone's full width wrapper in the HTML-code (in the Layout configuration it looks ok), like this:

<header id="section-header" class="section section-header">
     <div id="zone-user-wrapper" ...>
     <div id="zone-branding-wrapper" ...>
     <div id="zone-menu-wrapper" ...>
          <div id="zone-submenu-wrapper" ...>
          <div id="zone-header-wrapper" ...>
</header>

I expect that it should look like this:

<header id="section-header" class="section section-header">
     <div id="zone-user-wrapper" ...>
     <div id="zone-branding-wrapper" ...>
     <div id="zone-menu-wrapper" ...>
     <div id="zone-submenu-wrapper" ...>
     <div id="zone-header-wrapper" ...>
</header>

It doesn't matter where I place this zone-menu. Can anyone explain how this can happen? I can't figure out which setting in the Layout configuration that produces this phenomena.

Comments

Cellar Door’s picture

I think the key here is the "modified" zone-menu. What did you modify and where? I think the modification may have an unclosed div or incorrect syntax which could be causing the error.

Cheers!