Viewing problems in explorer

http://www.cheyenneairport.com/

When I have content in columns I have a viewing problems in internet explorer?

Hi There,

It seems the images are overlapping on the Internet Explore browser only. I couldn’t replicate this issue on the Microsoft Edge as well.

To fix it, please add this custom CSS under Theme Options > CSS:

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

Hope it helps :slight_smile:

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