• I’ve seen this asked before, but none of the solutions worked for me so I’m asking again here.

    I’d like to center all the blog titles above my posts. I tried adding the below CSS someone suggested:

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

    …but it didn’t seem to work. However, I’m not sure if I added it in the right place. I just went to Themes>Customize>Additional CSS and posted it there. Was that correct?

    Thanks!

    Steve

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter stevemelcher

    (@stevemelcher)

    Update: I just noticed that the change did work for the single post I was looking at at the time, but I’d like to make it a blanket change across all my posts. Any suggestions as to how to do that?

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

    would be enough to center all titles.

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