How can I center the quantity selector on my Dawn product page?

url www.daughterofanangel.com

password JENNA

I was able to center the product price, title, etc. but for some reason the qty selector wont center.

please help! thanks!

@jennarose - add this css to base.css file, it will work

.quantity {margin: 0 auto;}

Hi @jennarose ,

This is PageFly - Advanced Page Builder.

You can try with this code:

Follow this:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: paste below code in bottom of file → save.

.product-form__input {

max-width: unset !important;

}

Hope that my solution works for you.

Best regards,

PageFly