Mega menu 100% - by movileanu - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler

  • Avatar: movileanu
    movileanu
    Participant
    August 1, 2020 at 09:40

    Hi,

    how can I set the Mega menu to bin full width?
    thank you

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 1, 2020 at 10:18

    Hi,

    Try to add the next custom CSS code:

    .item-design-mega-menu {
        position: static;
    }
    .header-top, .header-main, .header-bottom {
        position: static;
    }
    .item-design-mega-menu .nav-sublist-dropdown {
        left: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .item-design-mega-menu .nav-sublist-dropdown:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 100px;
        bottom: 100%;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘Mega menu 100%’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.