Tagged: Masonry Gallery
Dear Kriesi,
For a photography website, I’m using your Masonry Gallery. Everything works fine till a 1440px screen width, but larger than that, the gap between the pictures becomes really large (please see screenshot in private content) .
If I look at your photography demo, https://kriesi.at/themes/enfold-minimal-photography/, the gaps between these pictures are fine for screens larger than 1440 px.
Can you please help me out?
Thanks in advance,
Nirvana
Hey Nirvana,
Thanks for the screenshot, could you post a link to where we can see the actual elements as well please?
Best regards,
Rikard
Hi Rikard,
Thank you for your reply.
Please see private content!
Kind regards,
Nirvana
Hi,
Sorry for the late reply and thank you for the screenshot and link. Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (min-width: 1440px) {
.av-masonry-image-container img {
width: 100% !important;
}
}
Then clear your browser cache and check.
Best regards,
Mike
Hi Mike,
Thank you for your reply. This works out perfectly!
Thank you!!
Kind regards,
Nirvana
Hi Nirvana,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria