Hi Masonary does not show properly.
It is supposed to show 9 portfolio but there is a small gap on the last row.
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
Hi Ismael,
I have added the code in Enfold Child > General Styling > Quick Css but the masonry alignment does not work.
Hi geraldinetay27,
Best regards,
Victoria