Posts and pages are displaying centered text

Posted in: Newspaper
Post count: 15

All posts and pages are displaying centered text (Paragraph), rather than left-justified. Post subtitles are also centered. It does not appear to make any difference if the post/page was prepared and saved in Block or Classic editor. Titles (Level 1) and subheadings (Level 2) are fine, left-justified.
Example: https://www.anitasfeast.com/blog/2021/03/pandemic-kitchen/
Example: https://www.anitasfeast.com/blog/disclaimer/
Rolling twitter posts in the right-hand sidebar also appear centered, rather than left-justified.
We are running:
-Theme version 11.4
-WordPress version 5.8.3
-PHP version 7.4.27

Post count: 35449

Hi,
I see, no the most and easy way to fix this for entire posts will be to use a custom css, please try this one
.single p {
text-align: justify;
}

Set the code in the theme panel > custom code> custom css.
I hope this helps you!
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.