Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #285764

    Hi guys,

    In IE 10 and below the client logos in my partner/logo elements are huge (around 200% size). Is this a known issue? Is there a CSS fix?

    Thanks

    #286464

    Hi tocal!

    Can we see the site that has the issue live? I’m not aware of anything like that at the moment.

    Regards,
    Devin

    #286546
    #286891

    Hey!

    Try adding this code to the Quick CSS:

    #top .avia-smallarrow-slider .slide-image, #top .avia-logo-element-container img{
    width: auto !important;
    }

    Cheers! 
    Josue

    #286902

    Thanks Josue,

    I think that’s done it! I’ve only got an emulator to test on here but I’ll report back if it’s still an issue on the full IE 10 rig tomorrow.

    Thanks for your awesome support as always!

    #286907

    I tested in IE11 emulation mode too, let us know how it goes on a native environment :)

    Best regards,
    Josue

    #287168

    Yep, looks great now. The only other IE bug I have is that the footer columns are all out-of-whack in IE 9. A solution would be great but it’s not the end of the world if it has to stay that way.

    Cheers

    #287641

    Hey!

    Thank you for the update.

    I guess you’re referring to the logo columns or slider. Please try to add this on Quick CSS or custom.css:

    #top .avia-logo-element-container.av-border-deactivate img {
        box-shadow: none;
        width: auto;
    }
    

    Good job on the website. :)

    Regards,
    Ismael

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