Reply 297017 to: Full Width Main Menu

Avatar: Olga Barlow
Olga Barlow
Support staff
July 30, 2021 at 18:04

Hello,

We don’t have option of the full-width mega menu but it’s possible to implement with custom CSS.

@media only screen and (min-width: 992px) {
    .item-design-mega-menu .nav-sublist-dropdown {
        left: 0 !important;
        margin: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
    }
    .item-design-mega-menu, .header-top, .header-main, .header-bottom, .header-wrapper .et_column.pos-static ~ .et_column:last-child {
        position: static;
    }
}

Regards

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.