Menu In Wp Doesnt Show In Ie-11
I have the next site: id.factor.ua If you open it in IE-11, you cannot see sub-menu in header. Please, help me understand how to fix it!
Solution 1:
Yes, I confirm that there is a issue in IE 11, you can solve it however by specifying the !important
element clauses in your CSS rule ul.art-hmenu ul::before {}
and ul.art-hmenu::after, ul.art-hmenu ul::after{}
(around line 1059).
The problem is that this rule is overwritten and interpreted wrong way by IE.
However, I see that you generated your theme with older version of Artisteer
software. Always check for updates for this software, because this may solve such issues in future.
Post a Comment for "Menu In Wp Doesnt Show In Ie-11"