How to justify the text content? its not justified on desktop or mobile version

Hello,

Please share your store or page url where you want to apply this.

Thank you.

1 Like

Thank you. I have messaged you

1 Like

Hello,

Apply this css style in “component-image-with-text.css” css file in assets.

.image-with-text__text.rte p {
    text-align: justify;
}

Thank you.

1 Like

oh wow, it worked. thank you so much

I am also trying to align and justify the policies page. Could you help me with the code for that as well?

really appreciate your help.

Thanks @Anonymous

Hello,

Apply this code in same css file.

p, .tre li p {
    text-align: justify;
}

Thank you.

It didn’t work

Try by adding this code at the end of base.css file.

Thank you.

1 Like

Awesome, it worked

1 Like
Show More

Hi @Anonymous Thanks for your help yesterday.

Show More

Because we justified all the content, one of the rich text has also been justified which I don’t want. would you be able to please help in realigning this below text to the centre?

Show More

I am hoping to start ‘offering a selective range’ to the centre so that it’s not aligned with feel the magic.

Show More

Thanks for your help.

Show More

Hello,

Add this small code in same file.

#shopify-section-template--15312963272962__rich_text .rich-text__text p {
    text-align: center;
}

Thank you.

Awesome, thanks. It worked

1 Like