Hi
Having problem with my page, when you click on the category presenter the menu is falling down but it is left outside the page. This should be center but cant find how to solve this?
Thanks.
This topic has 4 replies, 2 voices, and was last updated 4 years, 2 months ago ago by Rose Tyler
Hi
Having problem with my page, when you click on the category presenter the menu is falling down but it is left outside the page. This should be center but cant find how to solve this?
Thanks.
Hi,
Add the next code in Theme Options > Theme custom CSS:
.et_b_header-menu .menu .menu-item-has-children {
position: static;
}
.et_b_header-menu .menu .menu-item-has-children .nav-sublist-dropdown {
width: 100% !important;
left: 0 !important;
right: 0 !important;
margin: 0 !important;
}
Regards
Thanks.
You’re welcome!
Regards
The issue related to '‘Dropdown menu’' has been successfully resolved, and the topic is now closed for further responses