All things Shopify and commerce
I am trying to centre the quantity selector on my store and I am using the Prestige theme. I have managed to centre everything else (title, price) but I am assuming this requires some specific code. Any help would be appreciated.
Solved! Go to the solution
This is an accepted solution.
Go to Themes> Customize> Product Template> Product Information "Block"> Custom CSS> Add This Code
.quantity {margin: 0px auto;}
.quantity__label {text-align: center;}
Example:
Hope that works for you!
@biznazz101
This is an accepted solution.
Go to Themes> Customize> Product Template> Product Information "Block"> Custom CSS> Add This Code
.quantity {margin: 0px auto;}
.quantity__label {text-align: center;}
Example:
Hope that works for you!
@biznazz101
@wattsga You can try these steps to achieve your result
Go to theme -> click edit code-> go to theme.css file then add the following code
.product-info__block-item{
text-align:center;
}
Result:
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025