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

    Hi Masonary does not show properly.

    It is supposed to show 9 portfolio but there is a small gap on the last row.

    #1187222

    Hey geraldinetay27,

    Thank you for the inquiry.

    The items are not aligning properly because the image of the sixth item is smaller than the others. To fix the issue, you can either resize the image of the sixth item or apply a minimum height to the masonry items using css.

    .av-masonry-col-3 .av-masonry-entry:not(.av-masonry-item-no-image) {
    	min-height: 245px;
    }

    Best regards,
    Ismael

    #1187234

    Hi Ismael,

    I have added the code in Enfold Child > General Styling > Quick Css but the masonry alignment does not work.

    #1187775

    Hi geraldinetay27,

    Best regards,
    Victoria

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