Hi!
I am having an issue with the masonry gallery on our site. It looks fine until it stretches to about 2050 on an 24″ Thunderbolt display (resolution 2560 x 1440). Once stretched, the second column get’s out of alignment with the rest of gallery.
Thoughts?
Keith
Hey Keith!
Thank you for using Enfold.
Try adding on Quick CSS or custom.css:
.av-masonry-image-container img {
display: block;
margin: 0 auto;
width: 100%;
}
Regards,
Ismael
Thank you Ismael, that worked perfectly.