How can i customize the height of the navigation bar?

This topic has 6 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: lorchshop
    lorchshop
    Participant
    April 9, 2018 at 15:34

    How can i customize the height of the navigation bar?

    I couldn´t find it in the CSS.

    pic

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2018 at 07:00

    Hello,

    Theme Options > Styling > Navigation > Menu links > Padding (Top/Bottom) or use this custom css code in Theme Options > Styling > Custom css:

    .header-wrapper.header-advanced .navigation-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    Regards

    Avatar: lorchshop
    lorchshop
    Participant
    April 10, 2018 at 09:40

    is it possible to make the menu bar thinner? “-10px” doesn´t work….

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2018 at 09:51
    .header-wrapper.header-advanced .menu-wrapper .menu > li > a {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    Regards

    Avatar: lorchshop
    lorchshop
    Participant
    April 10, 2018 at 10:53

    now it works, thanks! 🙂

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2018 at 11:02

    You’re welcome!

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.