Site logo

Archived topic

Center Posts/Page Titles?

1 reply · Started by Jordan on December 12, 2021

Viewing posts 1–2 of 2

Howdy,

In the current version of GP, I am missing how to center and space the page and post titles? Isn't this in the customize menu? Or do I need to do this with additional CSS? Site and example page is in private info below...

Thanks

Hi there,

it requires a little CSS like this:

.entry-title {
    text-align: center;
}
This archived topic is closed to new replies.