• Hi! As you can see in the website. Theres something weird happening. The dropdown menu under “Cetegorias” is a Max Mega Menu that works OK, but if you pass the mouse over the space right under the menu it appears to be some sort of “ghost menu”!

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

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

    (@megamenu)

    Hi Francisco,

    (We will also send this reply to your Pro support ticket)

    Please go to Appearance > Customize > Additional CSS and add the following:

    .xs-vartical-menu .cd-dropdown::before {
        display: none;
    }
    .xs-vartical-menu .cd-dropdown.dropdown-is-active::before {
        display: block;
    }
    .xs-vartical-menu .cd-dropdown #mega-menu-wrap-vertical_nav {
        height: 0;
        overflow: hidden;
    }
    .xs-vartical-menu .cd-dropdown.dropdown-is-active #mega-menu-wrap-vertical_nav {
        height: auto;
        overflow: visible;
    }

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Ghost menu under the MegaMenu?’ is closed to new replies.