Internet Explorer Wonkiness

Hey there,

We’ve got a site with some craziness happening only on Internet Explorer. Basically what we’ve got are two issues:

  1. The images in our button element are stretched/blown up to where you can hardly see them. It looks really bad.
  2. There is a ton of extra spacing in the footer on IE for some reason compared to all other browsers.

Please let us know if you need anything else - login creds in private note.

Hi,

  1. To fix it, try adding a class to your row element where your buttons are.

Then add this in Cornerstone > CSS

.my-buttons  . x-anchor-button .x-graphic-image img {
    max-width:262px;
}
  1. To fix the wierd spacing in footer, add this in the element CSS of your logo image.
$el {
     max-height:155px;
}

Hope that helps

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