I created a menu with sub-menu, yet when moving the cursor from hovering over the main menu item to the sub-menu item, it will disappear sometimes. I can’t figure out the CSS to fix this. From other forum support entries, I tried this, but its not working.
.masthead .x-navbar .desktop li:hover > .sub-menu {
display: block !important;
}
.x-navbar .desktop .x- nav ul li.menu-item-has-children:hover>.sub-menu {
display: block !important;
}
The site is dyventive.com.
Thanks in advance!