[Resolved] Sider Theme: CSS Issue with IE11

Home Forums Support [Resolved] Sider Theme: CSS Issue with IE11

Home Forums Support Sider Theme: CSS Issue with IE11

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #646824
    Sven

    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:
    Screenshot IE11

    #647433
    Tom
    Lead Developer
    Lead Developer

    That’s strange – can you try adding this CSS?:

    .dropdown-click .site-header .main-navigation ul ul {
        float: none;
        width: 100%;
    }

    Let me know ๐Ÿ™‚

    #647591
    Sven

    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

    #647969
    Tom
    Lead Developer
    Lead Developer

    No problem! ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.