Extend add to cart button

Hello,

Can someone help me extend my add to cart button? Please see screenshot.

URL: https://www.samiyaskincare.com.au/products/crown-chakra-face-oil

Hi @ellacoker

Please add this code to extend the width of the add-to-cart button.

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

Hi @ellacoker , you can follow these steps:

Step 1: Open Online Store → Themes → Edit code.

Step 2: Find component-card.css file

Step 3: Paste this code at the bottom of the file

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

If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you :heart_eyes: