Hi! I’m having a problem using your dropdown menu.
I tried to turn off all 3rd party plugins, etc.
First, hover is not working in CHROME AND FIREFOX, only in MS EDGE. And to show dropdown menu and I find out a piece of code in your forum and used it and it works.
.masthead .x-navbar .desktop li > .sub-menu {
display: none;
}
.masthead .x-navbar .desktop li:hover > .sub-menu {
display: block;
}
the problem is after I hover out on the main menu, the dropdown menu also disappear so I can’t click the
sub menus.
here is my website link: dev.gabbyville.com