This topic has 4 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Olga Barlow
Hey
Does anyone have any guide to increasing the width of the main menu?
ATM just using the main menu (no sub menus or mega menu) but may use these options in future)
Can’t seem to see it on any thread.
Thanks in advance.
Amir
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
Hey
Hello,
Provide us with link to your site and temporary WP Dashboard access. We’ll check and help you.
Regards
You must be logged in to reply to this topic.Log in/Sign up