Please see the attached photos, I want a larger space like the first photo. Second photo is the screenshot of my store: https://creamcy.com/collections/best-sellers
1 Like
@media screen and (max-width: 640px)
.ProductList--grid > .Grid__Cell {
padding: 0 18px;
margin-bottom: 35px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid


