Center text Dawn Theme

Solved

Center text Dawn Theme

Ulysse12342
Excursionist
42 0 9

Hello, 


I would like to center the text on the left with the comparison table on the right on my product page only on computer but I don't know how to do that.

Does anyone know how to do this please? 

 

Website: https://6f3exa-pb.myshopify.com/

 

A3.png

Accepted Solution (1)

LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi @Ulysse12342 

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.comparison-content-template--24106581492011__ss_comparison_table_6_RQnK3Y {
    height: 100% !important;
    justify-content: center !important;
}

 

Result: 

LizHoang_0-1739458910041.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 3 (3)

LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi @Ulysse12342 

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.comparison-content-template--24106581492011__ss_comparison_table_6_RQnK3Y {
    height: 100% !important;
    justify-content: center !important;
}

 

Result: 

LizHoang_0-1739458910041.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
Ulysse12342
Excursionist
42 0 9

It's perfect thanks 

Ulysse12342
Excursionist
42 0 9

When I duplicate the product page template it doesn't work anymore, do you have any idea why?