Viewing 4 replies - 1 through 4 (of 4 total)
  • The easiest way would be put some padding on the top of the nav bar.

    You should be using either a child theme or a custom css plugin to make these changes.

    #header .main-nav {
     padding-top: 32px;
    }

    Will do what you need, of course the 32px could be any number you want.

    Thread Starter zedsdead

    (@zedsdead)

    Thanks. But I think I wrote it wrong, I acctually want the space between main header menu and the page itself to be wider 🙂

    Then make it padding-bottom instead.

    Thread Starter zedsdead

    (@zedsdead)

    Thanks a lot!

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

The topic ‘Space between header image and menu’ is closed to new replies.