How to justify product description text on the product page - Dawn Theme

Hi everyone

How do I justify the product description text for all the products? I am using the Dawn theme.

Thank you.

Hi @Blueweb

Would you mind to share your store URL? Thanks!

Thanks, it is. https://07c55c-77.myshopify.com/

Pass: odeiff

Thanks for the info, check this one.

From your Shopify admin dashboard, click on ā€œOnline Storeā€ and then ā€œThemesā€.

Find the theme that you want to edit and click on ā€œActionsā€ and then ā€œEdit codeā€.

In the ā€œAssetsā€ folder, click on ā€œbase.css, style.css or theme.cssā€ file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

.product__description.rte.quick-add-hidden p {
    text-align: justify;
}

And Save.

result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Worked perfectly, thank you! :blush:

did you add it to base.css?

Hi @Parla

Yes, you need to paste it into base.css, or go to ā€˜Edit Theme’ and find the ā€˜Custom CSS’ section on your product page. If the code above doesn’t work on your store, feel free to share your store URL or PM me. Thanks!