CSS code for center text

  • Unknown's avatar

    I’d like to center my post content by default. Can you please help me with the CSS code to do that?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, to center your post content, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .post-content p {
    text-align: center;
    }

    One thing I will mention is that centering is typically used for short bits of text or for headings. Large blocks of centered text are much harder to read.

  • The topic ‘CSS code for center text’ is closed to new replies.