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
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
1 Like