Center Quantity Selector Product Page - Mobile

Center Quantity Selector Product Page - Mobile

ellacoker
Shopify Partner
258 0 59

Hello,

Is someone please able to help me center the quantity selector itself - I have centered to product page container in mobile but for some reason the quantity selector will not center too. P.s I only want it centered on mobile.

Thank you! Also please only message me through here.

URL: https://www.habooequestrian.com.au/products/tackmate

Screenshot 2025-04-08 at 15.42.31.png

Replies 5 (5)

Moeed
Shopify Partner
7346 1992 2430

Hey @ellacoker 

 

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 </body> tag

<style>
@media screen and (max-width: 767px) {
.price-per-item__container {
    justify-content: center !important;
}
}
</style>

RESULT:

Moeed_0-1744091434546.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Mustafa_Ali
Excursionist
327 24 53
<style>
@media screen and (max-width: 767px) {
.price-per-item__container {
    justify-content: center;
 }
}
</style>

Mustafa_Ali_0-1744091729434.png

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

 

DaisyVo
Shopify Partner
4385 486 579

Hi @ellacoker 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.price-per-item__container {
    justify-content: center !important;
}

 

Result 

DaisyVo_0-1744102513309.png

 

Best,

DaisyVo

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
ellacoker
Shopify Partner
258 0 59

thank you so much daisy, this worked perfectly. are you able to tell me how i can get those colour swatches centered too? please see photo. thanks so much.

Screenshot 2025-04-09 at 10.01.29.png

DaisyVo
Shopify Partner
4385 486 579

Hi @ellacoker  I see it center

DaisyVo_0-1744191642146.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution