Padding between collection items - Prestige theme

Hello @emilyaugstudios
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file.

.product-list {
row-gap: 2px !important;
column-gap: 2px !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks