How can I center justify text on my webpage?

Hi, I am looking for a way to have the text on the page linked below Centre Justified if someone can assist.

https://theothelabel.com/pages/our-story

Go to your online store → Customize → Settings → Custom Css
and paste this code in the custom css section

.rich-text .rte {
text-align: justify;

}

Thank you!

1 Like