Hi Angelina!
The Visual Editor only has alignment options for Left/Right/Center and does not offer a selection for Justify like in many word processors do.
There is however a way to Justify text in the editor using Custom CSS and the Custom CSS classes option in the Advanced controls for your page content.
First, add the following rule to the Custom CSS area of your website Customizer:
.justify {
text-align: justify !important;
}
Next, open the Advanced Controls for the element you want to justify the text for and select the Custom CSS Classes option. Put justify in the Classes field and save the changes on your page.
Hopefully this technique allows you to Justify the text you need on your website and please let us know if you have any other questions for us!
-
This reply was modified 3 years, 11 months ago by Joseph W.