How do I resize the "add to cart" button on my product page?

Hi all,

My website uses Shopify’s Sense theme, and upon updating the theme to 10.0.0, the Add to Cart and Buy it Now buttons have reduced in size. They used to be the same size as the white personalisation section above, but I can’t seem to figure out how to make the buttons match.

Any help would be appreciated. A link to an example page is https://thebespokesignhouse.com/products/natural-slate-house-sign

Thank you

Hello @ndawg22 ,

Add this css at the bottom of the file section-main-product.css
You can find this file under Assets

.product-form__buttons { 
    max-width: 100% !important;
}

Thanks

1 Like

Thank you Guleria, that worked. I did have to put the code under the Dynamic Checkout part of the section-main-product.css instead of at the bottom of the code in order for it to work though for some reason :slightly_smiling_face: