Viewing 1 replies (of 1 total)
  • Hush_Recordings,

    Try moving the menu div just below the header-wrap div but within the page div:

    <div id="page">
     <div id="header-wrap">
      <div id="header"></div>
     </div>
     <div id="menu"></div>
     <div id="content-container"></div>
    </div>

    You will need to make some css adjustments to the header-wrap and header divs.

Viewing 1 replies (of 1 total)

The topic ‘Moving my Menu under my header’ is closed to new replies.