[Resolved] navigation space left

Home Forums Support [Resolved] navigation space left

Home Forums Support navigation space left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1161935
    pke

    Hi
    when i want 40 px space on the left side of the main navigation (like on the main page/content) i also alway have also 40 px space between the menues.

    How can i place the navigation, that it starts 40 px from left – but the space between menues is just 10 px??

    Thanks pke

    #1161950
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS to increase the left padding of the first menu item:

    @media (min-width: 769px) {
        .main-navigation .main-nav ul li:first-child > a {
            padding-left: 40px;
        }
    }

    Then you can change the menu item spacing in the Customizer > Layout > Primary Navigation.

    #1161966
    pke

    Hi David
    thanks! works perfect. Have a nice day!
    pke

    #1161974
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.