Menu not resolving well in IE

Hi team,

I have encountered an issue.

When checking a website in IE11 (10 is even worse, but it’s old so…) a dropdown menu in the pro header looks off compared to modern browsers like Chrome, Safari, Firefox, Brave etc.

Screenshots attached.

is there a simple way to make this look similar on IE11

Hi @quinex,

Can you share the site URL with issue? From your licenses page, I can’t see the site exactly like that on your screenshot. Although, I cannot view one site because it is asking credentials on a popup.

it’s a licence purchased through another account (this is my personal one)

Any idea how to fix this?

Hi @quinex,

Thanks for the URL, please provide us login credentials in a secure note as well, so we can take a closer look on your Navigation Inline configuration.

Cheers!

Hey @quinex,

Thank you for providing the credentials. To fix the menu display issue in IE, please add the following code in the Theme Options > CSS:

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sub-menu .x-anchor .x-anchor-content {
        justify-content: flex-start !important;
    }
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

@Nabeel

Hey Nabeel, let me tell you, you guys are gold!

Didn’t think of that, thank you so much. This is why we use Theme.co

You’re most welcome @quinex!
We’re glad @Nabeel were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.