Tagged: masonry
Hi,
The order of the posts in masonry seems to different in Chrome and Internet Explorer.
All posts have the same date and the time is resp. 12:00,11:00,10:00 etc.
Any suggestions?
Kind regards,
Frits
Hey Frits!
Thank you for using Enfold.
I can’t reproduce the issue on IE. Could you please provide a screenshot? Or try this in the Quick CSS field.
.av-masonry {
width: 101%;
}
Regards,
Ismael
Hi Ismael,
I’ll send two screenshots. The statement above did not make any difference.
It seems to be an issue in Chrome, as the result is the same in IE, Safari and Firefox, both on Windows and iOS, but different in Chrome on both OS.
Regards,
Frits
Hey!
Thank you for the screenshots.
Please add this in the Quick CSS field:
.av-masonry {
width: 99%;
}
.av-masonry-entry.av-landscape-img {
width: 49.7%;
}
Cheers!
Ismael
Hi Ismael,
Looks like it has the desired effect. Mysterious.
Thx,
Frits