Hi
I’m trying to center the text and price on the product page/product information.
I can get the text to center but not the price, it is still justified left.
Theme is Alchemy
preview link
https://jzfxw9gmafifi4n8-50100633760.shopifypreview.com
Thanks
Text/price location i want to move
Hi @JeremySkeggs , go to main.css and add the fo
.product-info__price.text-lg.md\:text-xl.js-product-price {
margin-left: auto;
margin-right: auto;
}
llowing code :
1 Like
Like magic and it worked, thanks for that. Very much appreciated.
1 Like