Centralising home page featured product

Solved

Centralising home page featured product

cleansaltco
Tourist
8 0 5

How do I centralise the quantity selector on my home page;

https://cleansalt.co

Screenshot 2025-04-23 at 4.56.56 pm.png

 

Thanks!

Accepted Solution (1)

namphan
Shopify Partner
2690 349 396

This is an accepted solution.

Hi @cleansaltco,

Please go to Customize > Theme settings > Custom CSS and add code. 

.product__info-container .quantity {
    margin: auto;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 4 (4)
cleansaltco
Tourist
8 0 5

thanks bro. much love

Dan-From-Ryviu
Shopify Partner
11742 2303 2487

Hi @cleansaltco,

Please add this code to Custom CSS of that section in Sales channels > Online store > Themes > Customize

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

Screenshot 2025-04-23 at 14.24.22.png

 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

topnewyork
Astronaut
1368 165 224

Hi @cleansaltco 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
   .price-per-item__container {
    display: inline !important;
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

namphan
Shopify Partner
2690 349 396

This is an accepted solution.

Hi @cleansaltco,

Please go to Customize > Theme settings > Custom CSS and add code. 

.product__info-container .quantity {
    margin: auto;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com