• Hi there,

    Thanks for this plugin! Trying to play around with it on our staging and want to see if it fits our needs. Few questions that came up while integrating:

    1. Why is the menu offset from the menu bar? It should be inline with the logo.

    2. The submenu also overlaps the menu when you hover over it. How do I position it to open under the main menu heading?

    3. On mobile, why are there two mobile menus? Existing mobile menu opens up the mega menu.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Uroosa,

    Please go to Mega Menu > Menu Themes > Custom Styling and delete this line:

    clear: both;

    Then, set the Menu Background to transparent and the menu height to 120px (the same height as your logo).

    To hide the theme mobile menu, and reveal ours instead, add the following to Appearance > Customize > Additional CSS:

    .mega-menu-navbar-header .site-menu {
        display: block !important;
    }
    .mega-menu-navbar-header .dropdown-toggle {
        display: none !important;
    }

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘placement issues’ is closed to new replies.