Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1139035

    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

    #1139442

    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

    #1139481

    Hi Rikard,

    Thank you for your reply.
    Please see private content!

    Kind regards,
    Nirvana

    #1140478

    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

    #1140958

    Hi Mike,

    Thank you for your reply. This works out perfectly!
    Thank you!!

    Kind regards,
    Nirvana

    #1141127

    Hi Nirvana,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.