Reply 282696 to: Finding it hard to create layout of dropdown menu

Avatar: Olga Barlow
Olga Barlow
Support staff
April 5, 2021 at 18:29

Hello,

Add the below code to Theme Options > Custom CSS

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

Check the menu after that. Does it suit your needs?

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.