How to center the quantity selector in Sense theme product page?

Hi can someone help the code to center the quantity selector in sense theme on product page

?

@Maradysothea009 - can you please share this page link where you have this quantity selector?

Ok

This my link :backhand_index_pointing_right: ( :evergreen_tree: Early Christmas Sale- SAVE 40% OFF) Wooden Ring Hook Tossing Games – ScoodyPrimeMall

@Maradysothea009 - add this css to the very end of your base.css file and check

.product-form__input {max-width: 100% !important;}

Hi @Maradysothea009

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Add this css at the bottom

Online Store->Theme->Edit code

assets-> section-main-product.css

.product-form__input {

max-width: 100% !important;

}

Hope you find my answer helpful!

Regards,

PageFly

It is done! Thank you so much.