Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #350889

    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.

    #351293

    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

    #351384

    thanks for the reply. I’m not sure to how to integrate the css into the wp file. Please advise.

    #351387

    Hi!

    Please go to Enfold theme options > General Styling tab and add the code to Quick CSS field.

    Cheers!
    Yigit

    #351472

    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.

    #351727

    Hi!

    Thank you for the update.

    1.) The favicon looks fine when I checked the site on IE10.

    2.) Please add this on Quick CSS or custom.css:

    .avia-msie-10 #top .avia-logo-element-container img {
        box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
        width: auto;
    }

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.