How Do I Increase The Width Of The Variant Box In The Dawn Theme?

I want to be the variant picker box to be as wide as the add to cart box. How do I accomplish this?

Hi!

Could you provide the url to the product page and I will take a look for you :slightly_smiling_face:

https://mokumprix.com/products/nike-dunk-low-black-white-2021

Perfect!

Add this to the bottom of your section-main-product.css:

.product-form__input {
    max-width: 100% !important;
}

.product-form__input .select {
    max-width: 100% !important;
}
1 Like

Worked, thanks a lot!

You’re very welcome!

If you could take a moment to read my signature below, I would highly appreciate it :heart:

1 Like