Reply 252517 to: Full width dropdown menu

Avatar: Rose Tyler
Rose Tyler
Support staff
September 24, 2020 at 12:03

Hello,

There is no such option, but you can try to use custom CSS code to achieve the desired result. Add the next code in Theme Options > Theme Custom CSS > Custom CSS for desktop:

.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: 40px;
    bottom: 100%;
}

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.