PM98
1
How do I make variant picker same width as buy button? As can be seen below the widths don’t align.
Hi @PM98 , can you share your store url?
PM98
3
I’ve messaged you privately.
@PM98 , go to section-main-product.css and add the following code :
.product-form__input .select {
max-width: 100% !important;
}