[ad_1]
[ad_2]
Hi everyone, I have a question about justification in a WordPress installation. Unfortunately, justification has been removed in version 4.7 (or so). I've tried to fix it with a few plugins – it worked for a while, but now it doesn't work anymore. Does anyone have an idea how I can fix it?
I had previously done this with the plugin “Gutenberg” + “EditorsKit”. I used the theme “Twenty Twenty”. I am grateful for any ideas.
Best regards

Text justification is a very basic CSS alteration that doesn’t require a plugin.
What text are you trying to alter the justification off? For example, to alter the body and paragraph text of your website you’d use the code:
`body, p {`
`text-align: justify;`
`}`