Hi,
I’ve created a masonry gallery of portfolio items in a page. The gallery appears totally fine (3 columns and medium sized images) on both my Windows and Mac machines in FF, Chrome and Safari, but on my client’s machines (Win 7 & 8) in FF, IE and Chrome, the images appear extremly tiny (~10px width) one after the other in a row. any idea what’s wrong?
I’m using latest Enfold, WP and browsers.
Hi amiraliz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-masonry-entry { width: 24.90%; }
currently it is set to 25.90px
Best regards,
Yigit
Thanks! Issue is resolved perfectly!