Mobile quantity selector must be in center Dawn theme

In mobile size I need to center aligned the quantity selector.

Hello @Sivadarshan
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->component-volume-pricing

@media only screen and (max-width: 749px) {
.price-per-item__container {
  padding-left: 15rem !important;
}
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

1 Like

It’s centering thanks, but when the display size is little bigger it is adjusting to right side

https://drive.google.com/file/d/1NdAe45l2xp4TcfxR6Pj3Hj7HjvSOKBKn/view?usp=sharing