Hi, I am looking for a way to have the text on the page linked below Centre Justified if someone can assist.
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