How can I adjust variant size alignment in Dawn theme?

Hello. My store variants size mixed and it is not showing perfect. Can i assign from “left” position to “justify” allign. Is this possible in Dawn thema?

my store link: eycuf.com/boots

Hi @zamanhasanov96 ,

I have checked your issue and found that variants are not looking properly because you have given padding to the below class

.product-form__input input[type=radio]+label {
    padding: 3px;
}

The above CSS is not required.

Please remove this whole CSS with the class from the section-main-product.css file. Once you remove this CSS from the given CSS file, it will look properly. Please take a look at the given screenshot

Thank you.