Menu in WP doesnt show in IE-11

2019-09-01 00:56发布

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!

1条回答
疯言疯语
2楼-- · 2019-09-01 01:31

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.

查看更多
登录 后发表回答