• Resolved vier

    (@vier)


    Could anyone tell me if it is possible to change the position of the menu navigation / menu bar? It now is at the top of the page and I would love to have it a bit lower.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add this CSS rule using a CSS plugin (don’t edit the theme’s style.css file or your changes will be lost the next time you update the theme):

    .main-navigation {
       margin-top: 50px;
    }

    This moves the navigation bar 50px down (this might be a bit much, but adjust it as you see fit).

    Thread Starter vier

    (@vier)

    thnx!
    the word ‘top’ was the keyword.
    I just added margin: 50px :S

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation menu bar lower’ is closed to new replies.