If you hover over the top couple buttons on the menu really fast, you can see a gap appear under it, and then it slides up a little to fix it.
How can I completely remove that gap so when you hover, you don’t notice any gap at all?
This topic has 4 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler
If you hover over the top couple buttons on the menu really fast, you can see a gap appear under it, and then it slides up a little to fix it.
How can I completely remove that gap so when you hover, you don’t notice any gap at all?
Hello,
Try to use the next custom CSS code:
.et_b_header-menu:not(.header-secondary-menu) li:hover > .nav-sublist-dropdown:not(.nav-sublist),
.et_b_header-menu li.menu-open-by-click.opened > .nav-sublist-dropdown:not(.nav-sublist),
.et_b_header-menu:not(.header-secondary-menu) .item-design-dropdown li:hover > .nav-sublist > ul,
.site-header .widget_nav_menu .menu > li .sub-menu,
.site-header .etheme_widget_menu li:hover > .nav-sublist-dropdown:not(.nav-sublist),
.site-header .etheme_widget_menu .item-design-dropdown li:hover > .nav-sublist > ul {
animation: none;
}
Regards
This works, but now for some reason when I hover over the buttons in the menu and hover my mouse down to go to the dropdown menu, the dropdown menu disappears again?
Hello,
Go to Theme Options > Header builder > Main menu > set padding top and bottom 43px for items, then add the next code in Theme Custom CSS:
.menu-items-underline .menu > li > a:before {
bottom: 30px;
}
Regards
The issue related to '‘Menu hovering over buttons’' has been successfully resolved, and the topic is now closed for further responses