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! ![]()
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!