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

    Hi, Is there a work around for the gallery images appearing the way they do in Internet Explorer 8

    https://www.dropbox.com/sh/2p0dfesfahs4w4u/-5bFhJwTZy
    Thanks
    Richard

    #248239

    Hey Richard!

    Please try adding following code to Quick CSS

    .avia_desktop.csstransforms3d .av-masonry-image-container { background-image: none!important\9; }
    .av-fixed-size .av-masonry-image-container img { display: block\9; }

    Cheers!
    Yigit

    #248551

    Hi Yigit

    Thanks for that but it does not work.
    Regards
    Richard

    #249182

    Hi!

    Can we see the site and page with the issue live?

    Best regards,
    Devin

    #249195
    This reply has been marked as private.
    #250616

    Hey Richard!

    Try adding this code to the Quick CSS:

    div.av-masonry-entry-content.entry-content {
        font-size: 13px !important;
    }

    Cheers! 
    Josue

    #250644

    Hi Josue
    Thanks for that..but no that didn’t work either. I know that IE8 really is out of date but there are still some customers using it. Mainly because they still run XP

    Regards
    Richard

    #250646

    Hey!

    The problem is caused because some titles are occupying two lines in IE, so i though changing the font-size could work, try reducing it even more (just to see if it works):

    div.av-masonry-entry-content.entry-content {
        font-size: 11px !important;
    }
    

    I’m currently on a Mac so i can’t check it out, but will do once i get into a PC.

    Regards,
    Josue

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