Tagged: Arvish
The logo/favicon on my site looks terrible on IE 10, but looks fine on chrome and firefox.
Also the logo/partner element looks fine on chrome/firefox (using shop thumbnail setting 120×120), but looks completely “blown up” on IE 10.
I’m confused what’s going on here.
Hi kailibuy!
That shouldn’t be happening and I’m not sure what is causing it. I’ll flag this for the rest of our team to take a look but for now you can try using this CSS to see if it helps.
.logo {
float: none !important;
left: auto !important;
position: relative !important;
margin: 0px auto !important;
transform: none !important;
text-align: center !important;
}
.logo img {
display: block !important;
margin: 0 auto;
}
Best regards,
Elliott
thanks for the reply. I’m not sure to how to integrate the css into the wp file. Please advise.
Hi!
Please go to Enfold theme options > General Styling tab and add the code to Quick CSS field.
Cheers!
Yigit
tried it. it didn’t make any difference on ie 10.
to summarize, the problems I noticed on ie 10 are as follow
1. logo/favicon looks fuzzy on ie 10
2. the logo/partner element looks fine on chrome/firefox (using shop thumbnail setting 120×120), but looks completely “blown up” on IE 10.