Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #917678

    How can i change the height of the colored menu area with this set in a streched layout?

    #917746

    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

    #918248

    Did you get the link? I’m not sure…

    #918290

    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;}
    
    • This reply was modified 6 years, 9 months ago by Micha66.
    #918301

    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

    #918303
    This reply has been marked as private.
    #918358

    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

    #918361

    @Nikko: Wow, you are a rockstar! I’m glad, to get help from you.

    #918389

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.