This topic has 2 replies, 2 voices, and was last updated 4 years, 2 months ago ago by Rose Tyler
This is a testing website. I try to make a mega menu align at the fixed center but it align center below that menu item (佛牌與聖物)
Please refer to the following image , I wanna center the mega menu to the green area not red area.
Hello,
Add the next code in Theme Options > Custom CSS:
.et_b_header-menu.et_element-top-level .item-design-mega-menu {
position: static;
}
.et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown:not(.nav-sublist) {
right: 0 !important;
left: 0 !important;
margin: 0 !important;
width: 100%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up