This topic has 6 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
How can i customize the height of the navigation bar?
I couldn´t find it in the CSS.
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
is it possible to make the menu bar thinner? “-10px” doesn´t work….
.header-wrapper.header-advanced .menu-wrapper .menu > li > a {
padding-top: 1em;
padding-bottom: 1em;
}
Regards
now it works, thanks! 🙂
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up