Home Forums Trusted How do I change the position of the Primary Menu?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2093
    pqsys
    Participant

    How do I change the position of the Primary Menu relative to the position of the Tagline? I generally would like for there to be more space between the Tagline and the Primary Menu.

    #2095
    Yazmin
    Keymaster

    You could add a margin at the top of the menu with this css (changing 30px to your desired value):

    .site-navigation {
        margin-top: 30px;
    }

    Add css in Appearance > Customize > Additional CSS

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I change the position of the Primary Menu?’ is closed to new replies.