Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1150003

    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 ?

    #1150123

    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

    #1150128

    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

    #1150259

    Hi,

    Add this to quick css:

    .content{
    padding-top:10px!important;
    }

    Best regards,
    Jordan Shannon

    #1150293

    thank you very much team !

    #1150294

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reduce height of menu-bar and space between menu and easy slider’ is closed to new replies.