How to center variant selectors in the Dawn theme?

How do you center the variant selectors in the Dawn theme?

Hi @tkmecomm ,

Go to Assets > base.css and paste this at the bottom of the file:

variant-selects{
	text-align: center;
}
.quantity,
.product-form__input .select{
	margin: auto !important;
}

Hope it helps!

Thank you for the suggestion. However, that is not working for me.

Hi @tkmecomm ,

Please send your site and if your site is password protected, please send me the password. I will check it.