Dawn theme - how to resize add to cart and buy now button

Hi, i would like to reduce the size of add to cart button and buy now button. How can i do that?

1 Like
  1. Go to Online Store->Theme->Edit code
  2. Asset->based.css paste bellow code in bottom of file

.product-form__buttons { max-width: 27rem; }

@eggmuffin99

Please share your store URL!

Thanks!