Viewing 4 replies - 1 through 4 (of 4 total)
  • In your style.css try adding the following to the ids listed below

    #base {
      position: relative
    }
    
    #menu {
      left: 292px
    }

    You can play with the left value under #menu until you get the spacing that you are looking for I just used that number because that is the spacing used on the example you gave.

    took me a few to see what was going on but…
    first move your menu div inside your header div (make your menu div a child of header div)

    then

    in style.css line 100
    replace what you have with

    #menu{
    padding: 137px 0px 0px 250px;
    position:absolute;
    display:inline;
    margin:0;
    }

    and thats it! its pretty much exact and does exactly what you want

    Thread Starter Lazybuttons

    (@lazybuttons)

    Thanks but sorry, Federico76. It made the thing move to the right and it still didn’t stay put.

    Perhaps I should of had this in the support forum, but I couldn’t figure out how to make your solution work, Imintheus.

    Willing to donate if anyone can fix this for me

    Try http://jobs.wordpress.net/
    Topic now closed as per the Forum Rules

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Navigation won't stay fixed’ is closed to new replies.