How to center the quantity picker in Brooklyn theme

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 @artifulboutique

Go to Asset folder, find timber.scss.css, and paste the below code at the end of the file.

#Quantity {
    margin: auto;
}

@artifulboutique

Right mouse button is disabled on your store. Couldn’t inspect your store element. Could you please enable it?

Thank you very much!

Do you know how to center the number and how to make the


picker smaller?

Hi @artifulboutique

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.

I want the quantity picker less large. I would like to try to put it in white too.