I want to center Quantity box on this product page on mobile and desktop

Hi,

I want to center the Quantity Box on mobile on this product page : https://www.five-pocket.com/products/hav-a-hank-paisley-bandana-red

Thanks

Hey @imazele

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @imazele

Let try to add this custom CSS to your theme settings:

.price-per-item__container .quantity{
  justify-self: center;
}

you will see the result as you want: