Add To Cart button smaller width

Hi @Sproud

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.quick-add__submit {
min-width: 70% !important;
width: auto !important;
}