- In your Shopify Admin go-to online store > themes > actions > edit code
- Find Asset > theme.css and paste this at the bottom of the file:
@media (max-width: 749px){
.ProductForm__QuantitySelector{
display: flex;
align-items: center;
justify-content: center;
}
}
Thanks!