Forum breadcrumbs – You are here:Asgaros Support ForumSupportJustify paragraphs
Please or Register to create posts and topics.

Justify paragraphs

What is the CSS to justify all the paragraphs written in the topics? Or how can I put the “justify” option in the text editor?

I´ll love to have the justify button in the minimalist editor; it will be perfect to my community (this is the best plugin I have ever seen).

Is this what you are looking for?

p {
  text-align: justify;
  text-justify: inter-word;
}

Thanks @katsuro, I think this will solve my problem.

However, I suggest, again to @asgaros, the placement of a button in the text editor with the option to justify the paragraphs.

Hello @thiagomoraes

I had this button inside before by default but removed it – it caused a few issues with code-embedding and other things. If you want to add it again, you can use an extension like TinyMCE Advanced.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Thanks for the answer.

@asgaros How can I make this plugin work only on the forum?

I found a way to meet my demand. Thank you for this extraordinary plugin and for the always helpful assistance. 

Asgaros has reacted to this post.
Asgaros

@katsuro, now I´m using your suggestion. It was perfect, as it transforms justified paragraphs into the rule and, at the same time, preserves the native editor, which I like very much.

Asgaros has reacted to this post.
Asgaros