I managed to center pretty much everything on product page except quantity picker and buy buttons. Could anyone help me to center the quantity selector and buy buttons on the product page?
Hi @Kavipeir_12
Can you please share your store URL?
thanks for url can you try this code’
- Go to Online Store->Theme->Edit code
- Asset->/base**.css** ->paste below code at the bottom of the file.
.product-form__input {
margin: 1.5rem auto !important;
}
.product-form__buttons {
margin: 0px auto !important;
}
It worked! Thanks a lot

