Hi people,
I can’t find how to center the quantity picker and how to reduce its large size. My address is www.artifulboutique.com.
Hi people,
I can’t find how to center the quantity picker and how to reduce its large size. My address is www.artifulboutique.com.
Go to Asset folder, find timber.scss.css, and paste the below code at the end of the file.
#Quantity {
margin: auto;
}
Right mouse button is disabled on your store. Couldn’t inspect your store element. Could you please enable it?
Dont know what you mean by make it smaller, but to center the text us the below code, replace the original
#Quantity {
margin: auto;
text-align: center;
}
Sorry, my first language is french so I struggle a little bit sometimes with english! I want the quantity picker to be smaller in width since it’s just a number. Thank you thought for the little code. I just centered the numbers.