How do I justify text on my 'Our Story' webpage?

Hi. What is the best way to Justify the text on the “Our Story” page of my site https://theothelabel.com/pages/our-story

Hello @JoeyRoo :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file page.css and add this code at the bottom

#shopify-section-template--21084839444768__cb6f75dc-0c2c-4398-b32f-4fd0a39e938e .text-size-regular {
    text-align: justify;
}

The result

Hope that helps!

Thank you. How do I keep the last line of each paragraph centred?

Then add this line

#shopify-section-template–21084839444768__cb6f75dc-0c2c-4398-b32f-4fd0a39e938e .text-size-regular {

text-align: justify;

text-align-last: center;

}

Perfect. Thank you for the help!

1 Like

You are welcome!

Hi, can you please help out again with this code. I made some changes to the pages so I think the code needs to be edited as the text is no longer justified