• How can I center my custom header? Nothing I do seems to work. I also can’t figure out how to resize it without it disappearing under the top tabs. here

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could try to move the entire #header div into the #wrapper div.

    Now you have:

    <div id="header"></div>
    <div id="wrapper">
      <div id="content"></div>
      <div id="sidebar"</div>
      <div id="footer">/div>
    </div>

    and I suggest:

    <div id="wrapper">
      <div id="header"></div>
      <div id="content"></div>
      <div id="sidebar"</div>
      <div id="footer">/div>
    </div>

    Peter

    Thread Starter intheknowmoms

    (@intheknowmoms)

    Hmm. Didn’t seem to move but thank you for trying :/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘center and size custom header’ is closed to new replies.