How can I center align all variants in Dawn?

Hello everyone!

How do I center my variants as seen in the image below. (All variants must be centered)

1 Like

Hello @Thomassen1999

Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base and paste this at the bottom of the file:
.product-form__input.product-form__input--dropdown {
text-align: center;
justify-content: center;
margin: a 0;
margin: 0 auto;
}
.product-form__input.product-form__input--dropdown .select {
margin: 0 auto;
}

quantity-input.quantity {
margin: 0 auto;
}
div#Quantity-Form-template--18567874511195__main {
margin: 0 auto;
}
.product__title h1 {
margin: 0 auto;
text-align: center;
}

Screenshot :- https://prnt.sc/QJaO3p8jRILI , https://prnt.sc/YJI_f00NAnMu