Button not being responsive in IE

Hey Support,

I have a button width set to auto which works great within a column in Chrome. However, on IE it will not automatically shrink or be responsive. You can see in the enclosed screen shots that when the column gets smaller the button does not shrink (the button contains an image).

Hi There,

To fix this issue, please try adding this custom CSS under Theme Options > CSS:

.x-image.x-graphic-image img {
    width: 100%;
}

Let us know how it goes!

I appreciate the help, but that didn’t seem to work. I added it to the CSS.

Nevermnind. It worked! thank you

Glad it worked.

Cheers!

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