Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Your #navlist element is inside the body, which has a fixed width and positioning. So, you need to position the #navlist on the page absolutely instead.

    Add these to your #navlist’s css code:

    position:absolute;
    width:98%;
    left:1%;

    That’ll take it out of the flow and force it to start on the left side of the page. I gave it a 1% edge on both sides, to prevent it from creating a horizontal scroll bar by being full page width.

    Thread Starter roeiboot

    (@roeiboot)

    thanks Otto, any chance you would also know to put it in the same location for both the forum and WordPress ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“header” width ?’ is closed to new replies.