Solved

Can anyone assist in centering product text on Shopify 2.0 theme?

Duane87
Tourist
8 0 3

Hi There,


Ive seen posts to add additional code to center align product text however i dont have theme.css to input this code as im using shopify 2.0 theme can anyone assist on centering the text for products please.

Duane87_0-1637003379286.png

 

Cheers

Accepted Solution (1)
KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@Duane87 

thanks for url, can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/component-card.css ->paste below code at the bottom of the file.

.card-information__wrapper {
text-align: center;
}
.card-information__wrapper .price {
    justify-content: center;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 8 (8)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @Duane87 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

KetanKumar
Shopify Partner
36839 3635 11972

@Duane87 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Duane87
Tourist
8 0 3

heres the URL website thanks for your help! im using the Dawn theme. @KetanKumar @Zworthkey 

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@Duane87 

thanks for url, can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/component-card.css ->paste below code at the bottom of the file.

.card-information__wrapper {
text-align: center;
}
.card-information__wrapper .price {
    justify-content: center;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Duane87
Tourist
8 0 3

Hi Ketan, thanks for the prompt response, that worked!

 

one more thing, are you able to point me in the right direction to edit the size of the image on the product page? is it located in the component-card.css?

 

Duane87_0-1637093130443.png

 

KetanKumar
Shopify Partner
36839 3635 11972

@Duane87 

thanks for update 

yes make sure your product image size 1024x1024

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Roy2000
Visitor
1 0 0

Thanks. Worked perfectly for me

Duane87
Tourist
8 0 3

heres the URL website thanks for your help! im using the Dawn theme.