Dear team,
I am trying to reduce the height of the menu bar, in blue on this website : http://www.tevios.eu
I tried this :
#header_main_alternate {
background: #005176;
height: 40px;
}
but then the menu is not vertically aligned anymore.
I am also trying to reduce the space between the menu and easy slider.
Could you please help ?
Hey noirjambon,
Please try this CSS instead:
.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
height: 40px;
line-height: 40px;
}
#header_main_alternate {
height: 40px !important;
}
Best regards,
Rikard
thank you very much !
it worked for the menu,
now I would also like to reduce (not disappear completely) the space between the menu and the easy slider
Hi,
Add this to quick css:
.content{
padding-top:10px!important;
}
Best regards,
Jordan Shannon
thank you very much team !
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon