Reply 237007 to: Mega Menu – Center Elementor Built Static Block Mega Menu

Avatar: John Holden
John Holden
Support staff
May 13, 2020 at 07:15

Hi,

Try to use the next custom CSS code:

.menu-static-block.nav-sublist-dropdown {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    animation: et-fadeIn .3s ease !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.item-design-mega-menu {
    position: static;
}

.item-design-mega-menu:hover .menu-static-block.nav-sublist-dropdown {
    opacity: 1;
    visibility: visible;
}

Regards,
Hung PD

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.