Tagged: internet explorer
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
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
Hi Yigit
Thanks for that but it does not work.
Regards
Richard
Hi!
Can we see the site and page with the issue live?
Best regards,
Devin
Hey Richard!
Try adding this code to the Quick CSS:
div.av-masonry-entry-content.entry-content {
font-size: 13px !important;
}
Cheers!
Josue
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
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