Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1010699

    Hi there,

    First of all: what a wonderful theme Enfold is!

    I have got a question. On my homepage there are 4 images (2 x 2) in a Flexible Masonry. I want those 4 images to stick together and have no gap in between. I selected the option ‘no gap’, but when the webpage is openend on large screens there is a vertical space (gap) between the images. On smaller screens this isn’t the case.

    How can I remove this gap, so that it works on all screens?

    Thanks!!

    Best,
    Jurriaan

    #1011133

    Hey Jurriaan,

    Thank you for using Enfold. Glad to hear that you like it. :)

    You can use this css code to adjust the size of the image.

    .av-masonry-image-container img {
        margin: 0;
        object-fit: cover;
        width: 100%;
    }

    Best regards,
    Ismael

    #1012874

    Hi Ismael,

    Worked like a charm! Thanks a lot!

    Best,
    Jurriaan

    #1012881

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can't remove space between images in Flexible Masonry’ is closed to new replies.