Centre Justify Text

Solved
JoeyRoo
Excursionist
21 0 4

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

Accepted Solution (1)
Asad24
Shopify Partner
180 35 31

This is an accepted solution.

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

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

View solution in original post

Replies 2 (2)
Asad24
Shopify Partner
180 35 31

This is an accepted solution.

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

.rich-text .rte {
          text-align: justify;
}
banned
JoeyRoo
Excursionist
21 0 4

Thank you!