This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Rose Tyler
Mega Menu – Center the drop down menus
https://prnt.sc/12963h5
Hello,
It is aligned according to the parent menu item.
Try to add the next code in Theme Options > Theme custom CSS > Custom CSS for desctop:
.header-wrapper .et_b_header-menu .menu .item-design-mega-menu.menu-item-has-children {
position: static;
}
.header-wrapper .et_b_header-menu .item-design-mega-menu .menu-static-block.nav-sublist-dropdown {
margin: 0 !important;
left: 0 !important;
right: 0 !important;
width: 100%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up