I installed mega menu to fix this, but I don’t want to keep it. You can find an example of it not working on your demo. I’d like to see a fix for it still. Apparently it’s an Edge issue not paying attention to :focus-within. I staged the site, went through style.css and looked for .sub-menu-parent:focus-within .sub-menu but it wasn’t there. Then I removed all instances of :focus-within and that didn’t work either.
Also tried adding this between head tags in header.php didn’t work (with and without the focus-within) <meta http-equiv=”X-UA-Compatible” content=”IE=9″/>
I disabled pixcode and pixtypes, didn’t change. Removed all custom css, didn’t change.
Thought I’d try the Rosa 2 theme but checked your demo first and the dropdown doesn’t work on there either using either Features or English dropdowns: https://demos.pixelgrade.com/rosa2/
Someone else had a problem and I attempted to modify this with the classes I saw, but it didn’t work (it was probably me):
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul {
left: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul {
left: 100%;
}
So it seems that it could be easily fixed with some simple CSS, I’m just not very good at it.
Thanks!