Support » Fixing WordPress » Center all post titles

  • Hey.
    I blog on nicolineberthy.dk and I have a problem centering all my post titles. Right now I’ve found out how to center the specific post title but I can’t center them all. Can anyone help me please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • try to add this to style.css of your theme:

    .entry-title { text-align: center; }

    ideally use a custom css plugin (for instance the custom css section of ‘jetpack’) for any CSS changes to your theme; this will keep them safe if you update the theme at some point.

    Add

    #main .entry-title
    {
    text-align:center;
    }

    to style.css in your theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center all post titles’ is closed to new replies.