Error with sticky menu/menu

edited November 2019 in Menu / Mega menu
Hello!!

i have this little issue with the sticky menu. It shows a space between the menu and submenu and every time i try to click a submenu item, it closes automatically.

u can see it in this video i made:


if i pass my mouse slowly over the space, the menu closes, if i do it fast it doesnt..

EDIT: it happens with the normal menu too :(

how can i fix it?


Comments

  • this is the error (red circle) but i dont know how to fix it:


    i fixed the normal menu with this code:

    #Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky {
        background-color: #FCFCFC;
        max-height: 320px;
    }


    but i cant fix the error in the picture
  • Hello,
    So, the problem is that your menu logo is really small, and the "Search" icon is a quite bigger and it's pushing down the grid.

    But, you can easily fix it with this code, please paste it into the Theme Options > Custom CSS & JS > CSS
    #Top_bar.is-sticky ul.sub-menu{
    margin-top:-10px !important;
    }
    Thanks
  • it works, thnx
Sign In or Register to comment.