Internet Explorer 11 Huge Logo

Hello we are having issues with the logo on IE 11

Hi @Stigan,

Thanks for writing in.

Could not replicate in my setup. Would you mind sharing us a screenshot of the problem.

Thank you so much.

Yes for sure , I’ve added the link in the secure note, thanks Nico!

Hi,

Thank you for providing screenshot. I could not replicate the issue on my end as well.

Can you try clearing your browser cache and check again.

Thanks

Hi Paul

Thanks for the message, sorry I just found out, it happens when you scroll down the page on IE 11

The logo does not shrink

Sorry for the confusion

Hi There,

Please add the following CSS under X / PRO > Theme Options > CSS

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.logosticky.menu-item span{
	  max-width: 100%;
	}
}

Hope it works.

Hello That didn’t seem to work either, we also noticed a few other things wrong on the page, I am going to add the login to the site in the secure note , in case you want to test

Thanks!

Hi There,

Please add the following CSS under X > Launch > Options > CSS

/* img fix for ie */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.logosticky.menu-item span, .x-image{
	  max-width: 100%;
	}
}

And after you save, don’t forget to clear or delete your cache.

Thanks

Hope it works.

this worked, well thanks Albrecht

Quick support :slight_smile:

You’re more than welcome, glad we could help.

Cheers!

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