How can I adjust the product grid size on my website?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
@media only screen and (min-width: 750px){
.product-card:hover .price--on-sale .btn--see-product {
margin-top: 33px;
}
#shopify-section-16215495893789c7e1 .product-card .price {
margin-top: 10px;
}
}