Tagged: subnavigation
Hello Kriesi Team
For some reason, the subnaviation is behaving very strangely. I tested this on several browsers, all the latest versions.
When I hover over the main navigation, the sub-navigation is showing, when I then hover down to one of the items, it disappears again and I cannot select it.
Tested on Safari, Firefox, Chrome, all the latest versions.
All installs on the website are up to date.
Details and screen recording are below in private content.
Thanks so much.
Corina
Hey Corina,
Thank you for the inquiry.
It works correctly when we removed this css code.
#top #header.av_minimal_header .main_menu ul:first-child > li > ul, #top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu {
border-top: none;
margin-top: 10px !important;
}
This creates a 10px gap to the hover area causing the submenu to disappear right before you can access it.
Best regards,
Ismael