Internet Explorer not supported

Hi there,

my website is now live with your theme Sparkling and it looks great.
But it seems that Internet Explorer doesn’t display it as it should. Firefox and Chrome are looking good, but in IE the font is not the same.

Is that fixable?

the url is: www.uwfotograaf.nl

Kind regards,

Erwin

I just added this custom css:

div.entry-content {
font-family: ‘Open Sans’, sans-serif;
}

And now it works. But I have one last is. Please see attachment. On both sides on the slider you see white space. That is only the case in IE, not in Firefox or Chrome.

Is that fixable?

Hi Erwin,

Sorry to hear of the problem you are having.

Could you please tell me which IE browser version are you using to test it?

Also i can see you have disabled the right click on your site but to troubleshoot it i need to right click on the web page elements to inspect them so could you please temporary enable it?

Are you facing the same issue with this Sparkling theme demo https://colorlib.com/sparkling/ ?

Kind Regards,
Movin

Hi, thanks for your reply. It’s also te case when I open the demo site. I’m using Internet Explorer 11

version: 11.0.9600.18230
update: 11.0.29

To resolve the issue you can try adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.flexslider, .flexslider .slides img {
    width: 100%;
}