Dawn Theme | Center Quantity Selector & Buy Bottons

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?

https://rewritte.com/products/rewritable-night-light-with-display-panel

@Kavipeir_12

thanks for url can you try this code’

  1. Go to Online Store->Theme->Edit code
  2. 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

Hey,

This worked for me, besides the quantity selector is still a little off. I would either like it to be centered or at least lined up on the left with the sizes.

Here is a photo for reference. Thank you!