Sub Menu Issue

Hi,

 The problem is regarding mega menu. when the user’s mouse leaves the parent navigation item, to get to the first column menu items, the sub-menu disappears too quickly. Is there any way to increase the exit delay of the sub navigation menus?


Comments

  • Hi,

    At the moment I can recommend you only use the following CSS code:

    .menuo-right #Top_bar .menu_wrapper .menu > li > ul.mfn-megamenu{
    width: 100% !important;
    left: 0!important;
    padding: 20px 20%!important;
    }
    

    It will stretch your mega menu to the full width, and it will be easier to access it.

    However, in the new version of Mega Menu, we plan to add an option to open the submenu after clicking on it and close it after clicking outside of it.


    Best regards

  • Hi ,

    Actually , I don't want the menu to full width that's I implement the CSS to reduce its width. Because if we keep it as full width, it doesn't look good.

    Just a suggestion for mega menu for desktop version, it will be better if you can add + or dropdown symbol on the parent menu item in new versions.

  • Please, check our new version of Header Builder and Mega Menu Builder.

    You can activate and choose the submenu icon with these tools.

    Thanks

Sign In or Register to comment.