This topic has 4 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Is there a way to hack the .css to make the mega menu full width?
Hello,
Thanks for the topic.
Could you please provide screenshot for better understanding?
Regards
Hello,
This is no such option by default, but you may use custom css code, for example, add this code in Theme Options > Styling > Custom css or in style.css file of child theme:
.item-design-mega-menu .nav-sublist-dropdown {
width: 100% !important;
top: 100% !important;
margin: 0 !important;
left: 0 !important;
}
.menu-wrapper .menu .menu-item-has-children.item-design-mega-menu {
position: static;
}
.header-wrapper header > .container .container-wrapper {
position: static;
}
Also, our documentation can be useful for you https://www.8theme.com/documentation/xstore/menu-set-up/mega-menu/
Regards
You must be logged in to reply to this topic.Log in/Sign up