Viewing 2 replies - 1 through 2 (of 2 total)
  • edit style.css:

    /*  navigation  */
    #header #nav {
    	position: absolute;
    	left: 0px;	bottom: 20px;
    	margin: 0; padding: 0 0 0 20px;
    	width: 900px;
    	border-bottom: 1px solid #F2F2F2;
    	/* z-index: 99999; */
    }

    the value of bottom: 20px; determins the position of the nav bar; increase the number to move it up.

    https://www.w3schools.com/css/css_positioning.asp

    Thread Starter Hellend

    (@hellend)

    Damnit, it worked then, thought I had done this before but obviously not!

    Thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HELP! Move nav bar up, to just below logo’ is closed to new replies.