Hello,
I have tried to figure out what css is making these images not show in IE but have not found the problem. Can you please help with this? Please see attached images. The url is: http://37.60.249.204/~wigsbyba/home/
Thank you.
Hi There,
Thank you for writing in, please add this to Theme Options > CSS
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
[class^='x-bg'] {
height: 100vh;
}
}
Hope it helps,
Cheers!
hello,
I put that code in but dont see any change. I dont even see it showing up in the inspector. I did as you said.
Thank you
Hey Jennine,
The code works (see Secure Note). Please clear your browser’s cache then test again. The only issue I see is 100vh is too tall. 50vh might work but it would be up to you what value you’re going to use.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.