Hi,
How do I reduce the quantity size selector field to the same as size drop down?
I use Supply theme
Shop url - lcouturedesigns.com
Thanks for your help in advance
Regards
Liju
Hi,
How do I reduce the quantity size selector field to the same as size drop down?
I use Supply theme
Shop url - lcouturedesigns.com
Thanks for your help in advance
Regards
Liju
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media screen and (min-width: 769px){
select#quantity { max-width: 40%; }
}
Hope this helps.
Thanks!
Sorry for facing this issue, it’s my pleasure to help us.
can you please try this code.
.addToCartForm select { width: 100px;}
@dmwwebartisan It works perfectly
thanks !!