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
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:
Go to Online Store
Edit Code
Find theme.liquid file
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: