How do I align the text in the product page to the center using the Dawn Theme?

How do I align the text in the product page to the center using the Dawn Theme?

My website https://marketthrill.com/

Product Page https://marketthrill.com/products/mtbackboard

Hello

You may try below css

Go to theme settings > Add below css to custom css block

.product__info-wrapper .product__text{text-align: center;}

Let me know if that worked.

Thank you

Hi @JTEcom ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

Thanks Victor!