Comments 2TakeshiHamada started the conversationJune 12, 2023 at 8:00amIs it possible to control spaces between grid like this attachment? 297Paul repliedJune 16, 2023 at 2:32pmCould you try this custom CSS? .portfolio-item-list .portfolio-item { margin: 0 1% 2%; } The code should reduce the horizontal margins to 1% and bottom margin to 2%. I hope it helps! Sign in to reply ...
Is it possible to control spaces between grid like this attachment?
Could you try this custom CSS?
The code should reduce the horizontal margins to 1% and bottom margin to 2%. I hope it helps!