1

Created by potrace 1.16, written by Peter Selinger 2001-2019

Issue with WordPress Justification in Twenty Twenty Theme

Hey all, so I've got this issue with WordPress and could really use some help. they apparently removed the justification feature after version 4.7 (or something like that), and ever since, it's been kind a pain. I tried fixing it with some plugins - it worked for a bit but now it's completely stopped working again. anyone else run into this?


Before, i was using Gutenberg along with editor skit on the twenty twenty theme. it was working fine at first, but now... nothing.


any ideas on how to fix this mess? would appreciate any suggestions. thanks in advance!

1

Created by potrace 1.16, written by Peter Selinger 2001-2019

Akram Quraishi

19 September, 2024

Hi there,


The justify option is no longer available in the default WordPress block editor (Gutenberg). While it used to be available in some older editors, it's now consistently removed across WordPress installations.


Use Classic Editor: If you switch to the Classic Editor, you may still see the justify option.


CSS Approach: You can add custom CSS to justify all your content paragraphs. However, this requires a premium plan on WordPress.com.


Manual HTML Editing: You can edit the HTML of each block manually to add justification, though this may cause some issues with the editor.


HTML Tags: As a workaround, you can use HTML tags in the text editor. For example:


<p align="justify">This will justify any text between both tags.</p>


Given that you've had issues with plugins in the past, you might want to try the HTML tag method.

Related Plugins