Archived topic
Sider Theme: CSS Issue with IE11
3 replies · Started by Sven on August 13, 2018
Hi,
for a client i am using the "Sider" Theme. Unfortunately my client uses IE11. If you open a toggle Submenu with IE11, the other items are not sliding below the submenu but to the side. Might have something to do with `.dropdown-click .site-header .main-navigation ul ul {
position: relative;
}`
Can you help me?
Cheers,
Sven
Screenshot from IE11:

That's strange - can you try adding this CSS?:
.dropdown-click .site-header .main-navigation ul ul {
float: none;
width: 100%;
}
Let me know :)
Perfect. That solved the issue for IE11 on Windows7 (tested via Browserling). Will inform my client and see if it works on his system also. Thank you so much for the quick reply.
All the best,
Sven
No problem! :)