How to justify AND center rich text section

Hello all,

How can I justify AND center my rich text? Currently its only centered. I want it to be ALSO justified.

www.urbanframes.ae

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find assets/styles.css and paste this at the bottom of the file:
.rte.lightly-spaced-row p {
text-align: justify;
}
.container.container--reading-width, .article .container, #comments.container, .container .shopify-policy__container {
max-width: 1480px!important;
}

Screenshot :- https://img001.prntscr.com/file/img001/ptEy2WVQTBKaUR3Qy2s08w.png