How justify text in the blog post

Posted in: Newspaper
Post count: 15

I am unable to justify text in the blog posts. Also unable to justify text inserted in the pages. Ctrl+J, not working. Please help.

Post count: 35449

Hi,
If you want to set the text to be align justify, then it will be need to use a custom css like this one:
.tdb_single_content p{
text-align: justify;
}

The code can be set on single post template with tagDiv Composer on raw css element and it will be apply only on that template or in the theme panel > custom code> custom css.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.