Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: How do you center all the text and price on the Alchemy Theme product page

Solved

How do you center all the text and price on the Alchemy Theme product page

JeremySkeggs
Excursionist
24 1 5

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

Accepted Solutions (2)

Abdosamer
Shopify Partner
936 173 193

This is an accepted solution.

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 :

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

JeremySkeggs
Excursionist
24 1 5

This is an accepted solution.

Like magic and it worked, thanks for that. Very much appreciated.

View solution in original post

Replies 3 (3)

JeremySkeggs
Excursionist
24 1 5

Text/price location i want to move

 

 

 

Screenshot (333).jpg

Abdosamer
Shopify Partner
936 173 193

This is an accepted solution.

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 :

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
JeremySkeggs
Excursionist
24 1 5

This is an accepted solution.

Like magic and it worked, thanks for that. Very much appreciated.