Align add to cart button Retina Theme

In theme customizer, go to Theme Settings, find “Custom CSS” and add the following code:

.product-thumbnail, .product-thumbnail__info {
  display: flex;
  flex-direction: column;
  flex-grow:1;
}

.product__form {
  margin-top: auto;
}

Or, can use “Custom CSS” in product grid sections settings

1 Like