Site logo

Archived topic

Can we make the title aligned center

7 replies · Started by nutt on May 10, 2019

Viewing posts 1–8 of 8

Hi there,

try adding this CSS:

body:not(.single) .entry-title {
    text-align: center;
}

Hi David

Thank you so much, it works well.

Glad to be of help.

One more question,

What about how to make the title align center in single page post?

Thank you

Try this:

.single .entry-header {
    text-align: center;
}

Thank you soooooo much :)

You're welcome :)

This archived topic is closed to new replies.