Hi,
We would like to decrease the top / bottom padding on the menu: shrink the menu bar basically by a few pixels.
Can you please help me with this?
Thank you
Hey sitesme!
Please add following code to Quick CSS
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
height: 40px;
line-height: 40px;
}
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
height: 40px;
}
Cheers!
Yigit