Hello,
Please share your store or page url where you want to apply this.
Thank you.
Thank you. I have messaged you
Hello,
Apply this css style in âcomponent-image-with-text.cssâ css file in assets.
.image-with-text__text.rte p {
text-align: justify;
}
Thank you.
oh wow, it worked. thank you so much
I am also trying to align and justify the policies page. Could you help me with the code for that as well?
really appreciate your help.
Thanks @Anonymous
Hello,
Apply this code in same css file.
p, .tre li p {
text-align: justify;
}
Thank you.
It didnât work
Try by adding this code at the end of base.css file.
Thank you.
Awesome, it worked
Show More
Hi @Anonymous Thanks for your help yesterday.
Show More
Because we justified all the content, one of the rich text has also been justified which I donât want. would you be able to please help in realigning this below text to the centre?
Show More
I am hoping to start âoffering a selective rangeâ to the centre so that itâs not aligned with feel the magic.
Show More
Thanks for your help.
Hello,
Add this small code in same file.
#shopify-section-template--15312963272962__rich_text .rich-text__text p {
text-align: center;
}
Thank you.
Awesome, thanks. It worked

