• Resolved lilcutepawz

    (@lilcutepawz)


    Hi there,

    Thanks in advance for your help, I’m a newbie! I would like to change the position of the navigation bar on my website, ecoblazer.com. I would like to move it to the bottom of the header next to the logo, just above the line. I have looked up other threads, and have been unable to resolve this issue.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks like you have JetPack, so you can use Appearance > Edit CSS try adding this there:

    #navi {
        float: none;
        margin-top: 25px;
    }

    Thread Starter lilcutepawz

    (@lilcutepawz)

    That worked!! Is there any way to align the bottom of the nav bar exactly with the logo? It’s all the way down to the bottom of the header, but it’s like there’s a little more space between the nav bar and the line.

    Thanks so much!

    Change the 25 to 32 (or whatever looks right to you).

    Thread Starter lilcutepawz

    (@lilcutepawz)

    Thank you very much! That did it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Move nav bar to bottom line of header’ is closed to new replies.