Tagged: Portfolio
Hi, I’m wondering how I can add a little space between my portfolio items. Thanks in advance for the help.
Hello weathertight!
This CSS will do it, add it in the Quick CSS or the css/custom.css file:
.grid-sort-container > div {
padding: 20px;
}
Regards,
Josue