Menu with Submenu is bigger then without

If the item got a submenu there it will be a second blank line below the menu. It shows since v 26.1 or so.


Comments

  • Hi,

    The fix for this issue will be in the next update.

    For now, please, put the following CSS code in Betheme -> Theme options -> Cutom CSS & JS -> CSS.

    #Top_bar #menu ul li.submenu .menu-toggle{
       display: none!important;
    }
    

    Thanks

Sign In or Register to comment.