ColorlibHQ / illdy

Illdy is a free one page WordPress business theme with a minimal design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sub-menus are not working in IE 11

nodarik opened this issue · comments

this is the fix:

.main-navigation .menu > li:hover > ul {
opacity: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
}
.main-navigation .menu>li>ul li:hover>a {
opacity: 1;
}

Hi @nodarik it is working fine in the current version.