Archived topic
Blog Right and Left Justification
3 replies · Started by David on March 8, 2021
I've had a search through the help however I couldn't find this anywhere. Is there a way to left and right justify text in blogposts? The only options I can see in the customizer is left, center and right.
Thanks!
Hi there,
try adding this CSS to your site:
.single-post .entry-content p {
text-align: justify;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
NOTE: its not a default option in WP as browsers aren't particularly great when it comes to Justifying text.
Great - that worked perfectly David.
Glad to hear that!