Error Internet Explorer

Hey there,

I have a problem with my webshop using the internet explorer.
The Website is: https://www.garten-kiste.de

Everything is woorkig fine when you open up the Site in Chrome or Firefox for example but when its opened up with the internet explorer the Logo is shown very big in de Header and in the footer the three columns are breaking like you see it at a tablet PC (see screenshot).

Can you help me to figure out why this is happen?

Thank you for your Support

Hi There,

Thank you for writing in, please add the following custom CSS to Theme Options > CSS

/*image and card fix on IE*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   .x-face-graphic img,
   .x-image img {
   	width: 100% !important;
   }
}

Hope it helps,
Cheers!

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