How to center the buy button & Quantity selector on product page web? (dawn) I have added a photo for reference. Currently our mobile product page is center but our web product page isn’t. if you could help us it would be highly appreciated.
website: https://munnafashion.com/products/carsicko-dont-touch-knit-sweater-black
Remove max-width: 37rem; from .product-form__input on line 160 of section-main-product.css. This will make the quantity centered.
Next, remove the whole class:
.product-form__buttons {
max-width: 44rem;
}
On line 473 of the same file. This will make the add to cart buttons full width.
1 Like
That worked! Thanks for your help! 