Gap between 2 columns on Internet Explorer

It is kind of funny that there are many issues with Internet explorer.

One i found today is a gap between columns.

There are 2 columns that one has images and another has text.

It looks fine on Chrome and others but on Internet Explorer, gap seems be missing.

Is there a way that i can fix it on IE?

My site : https://divinedh.net

On Chrome

On IE

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) {
	.x-image{
	  max-width: 100%;
	}
}

Hope it works.

Thank you! It did a job!

You’re most welcome!

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