For the product page in Craft theme; when I set the page width to 1600px, and set the product image size to small, the add to cart button is way too shorter than the width of the description, how can I make it the same width as the description?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
thanks for url can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/section-main-product.css ->paste below code at the bottom of the file.
.product-form__buttons {
max-width: 100%;
}
@KetanKumar it worked, you are a diamond.



