Website Header Shifted in Internet Explorer

Hello,

I’m thinking this is probably a Flex issue but on Internet Explorer the Header Navigation is shifted over. Is there an easy way to fix this? I tried to look through support tickets but couldn’t find anything on this directly.

These are the websites I’m dealing with these issues on currently:


cityofmuskogeefoundation.org

Thanks for the help.

Hey,

To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

https://cityofmuskogeefoundation.org/

Hi,

I tried to recreate your header in my test site then I checked in Internet explorer but could not replicate the issue on my end.

Can you try adding this in Header > CSS of cityofmuskogeefoundation

.hm6.x-bar-content {
    flex: 0 1 100%;
}

Then add this in Header > CSS of fmiokc.com

.hm1.x-bar-content {
  flex: 0 1 100%;
}

Hope that helps

That worked! Thank you for the help!

Glad it worked.

Cheers!

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