I know Max Mega Menu is also installed, but not activated. It doesn’t work.
But I managed to solve it, I had to make a boot camp install of windows on my macbookpro.
With IE11 console.
Thanks.
this was the fix:
@media all and (-ms-high-contrast: none) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
float: none;
}
}
This makes the “>” submenu indicator icon be placed correctly on IE.