Site logo

Archived topic

How To Center The Title and Meta On Single Post Pages

3 replies · Started by Michelle on October 11, 2021

Viewing posts 1–4 of 4

What code will center the Post Title and Meta on Single Post Pages?

Hi Michelle,

Try this CSS:

body.single-post h1.entry-title,
body.single-post header.entry-header{
    text-align: center;
}

Thank you. That worked.

Nice one. No problem. :)

This archived topic is closed to new replies.