Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1476040

    Hi there… How can I remove the white space around the images in my masonry gallery so that the images are flush beside each other…? When I adjust my screen size or look at them on mobile, there is white space between them. All the images in this gallery will be different dimensions, but I want them to fluidly wrap and adjust to the break points as necessary.

    Thanks!

    #1476053

    Hey nulrick,

    Thank you for the inquiry.

    You can add this code in the Enfold > General Styling > Quick CSS field to adjust the width of the masonry images.

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

    Let us know the result.

    Best regards,
    Ismael

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