Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s most likely something to do with the CSS rules used by your theme. But we can’t check that without a link to the page.

    Thread Starter Tatiana

    (@justtatythings)

    @catacaustic Oh, interesting. Here is the link!

    [ redundant link removed ]

    • This reply was modified 2 years, 4 months ago by Tatiana.
    • This reply was modified 2 years, 4 months ago by Jan Dembowski.

    Yep, it’s your theme. This style is set in the stylesheet:

    .post.has-post-thumbnail p, .home .post p, .blog post p {
    	text-align: left;
    }

    You can change that by adding this to the custom CSS in the Customizer:

    .post.has-post-thumbnail p.has-text-align-center,
    .home .post p.has-text-align-center,
    .blog post p.has-text-align-center {
    	text-align: center;
    }
    Thread Starter Tatiana

    (@justtatythings)

    @catacaustic Oh my goodness!! You are a godsend!! Thank you so much for helping me ??

    • This reply was modified 2 years, 4 months ago by Tatiana.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Paragraphs Not Centered Once Post is Published’ is closed to new replies.