How can i change the height of the colored menu area with this set in a streched layout?
Hey Micha66,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Did you get the link? I’m not sure…
I’ll go crazy. Nothing works, tried everything… where is the mistake?
.main_menu .avia-menu-text {padding:0px!important; margin:0px!important; max-height:40px!important;}
Hi,
You haven’t posted the link yet, you should be able to see the link also in this thread once you posted. You can put it in Private Content, if you only want the link to be seen only by moderators.
Best regards,
Nikko
Hi,
Try adding this css code:
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div,
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child {
height: 40px !important;
}
.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
height: 40px !important;
line-height: 40px !important;
}
Just adjust the height and line-height values, the default is 50px. Hope this helps :)
Best regards,
Nikko
@Nikko: Wow, you are a rockstar! I’m glad, to get help from you.
Hi Micha66,
Glad that we could help and thanks for your kind words, we appreciate it a lot :) Let us know if you need further assistance or if we can close this thread.
Best regards,
Nikko