What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Mobile quantity selector must be in center Dawn theme

Solved

Mobile quantity selector must be in center Dawn theme

Sivadarshan
Shopify Partner
175 1 29

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

Accepted Solutions (2)

GTLOfficial
Shopify Partner
672 141 136

This is an accepted solution.

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
38.png

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Sivadarshan
Shopify Partner
175 1 29

This is an accepted solution.

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

View solution in original post

Replies 2 (2)

GTLOfficial
Shopify Partner
672 141 136

This is an accepted solution.

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
38.png

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
Sivadarshan
Shopify Partner
175 1 29

This is an accepted solution.

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