I’m trying to add space between product cards but keep the four products on each row. You can see one product fell off the row, please advise.
Using this code to add width at bottom of base.css
@media screen and (min-width: 750px){
.collection .grid {column-gap: 20px;}
