How can I justify text in articles using the Supply theme?

Hey there everyone,

I’m having problems justifying my article texts in Shopify, I’m using the Supply theme.

Those are the codes i used and don’t work:

.rte.rte--indented-images p {
text-align: justify!important;
} 
.rte.rte--indented-images p img {
	text-align: center !important;
	margin: 0 auto;
	display: block;
}:  
.short-des{
	text-align: justify;
}
.rte {
    text-align: justify;
} 

Here’s a link to the webpage: https://kikaonline.com/

Thank you for your help.

Hi @GregoryKika

Try this:

.rte.featured-row__subtext {
    text-align: justify;
}
1 Like

Tried copying it there and still no luck.

Tried copying it there and still no luck.

Ok, I posted a new article and it is justified, apparently the changes affect only new articles.

So this definitely solved the problem, thank you!