Hello
When using a centred logo with menu below, how can I make the Menu Bar vertically narrower?
To be clear, I would like a slimmer menu bar, not the header which I can adjust in the Theme Options.
Thank you
Hey jaroljmek,
Thanks for the link, so you want the menu items closer to the image/end of the header?
Best regards,
Rikard
Hi Rikard
Yes correct. Closer to the bottom of the header. Basically, reduce the padding top and bottom of the menu bar.
That would be great.
Best
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
#top #header .av-main-nav > li > a {
line-height: 60px;
}
Then you can adjust the header height in the theme options.
Best regards,
Rikard
Hi Rikard
Thanks very much for this.
This CSS moves the menu items up but it does not remove the bottom padding in the menu bar so the height of the bar does not reduce.
Does that make sense?
Thank you.
Hi jaroljmek,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 1024px) {
.html_header_top.html_header_sticky #header {
height: 155px;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 150px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria