When i hover over my departments section on the header on the first menu item, the sub-item that pops out touches the screen top. I want that when hovered over an item on the all department tab in the header it shows below the current one.
This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler
When i hover over my departments section on the header on the first menu item, the sub-item that pops out touches the screen top. I want that when hovered over an item on the all department tab in the header it shows below the current one.
Hello,
Add this code in Theme Options > Theme custom CSS > Custom CSS for desctop:
.secondary-menu-wrapper .nav-sublist-dropdown {
top: 0;
transform: none;
}
Regards
The issue related to '‘Some menu items are not showing as they should.’' has been successfully resolved, and the topic is now closed for further responses