Site logo

Archived topic

Align text center

1 reply · Started by James on August 22, 2019

Viewing posts 1–2 of 2

I think I am having a bad day.

but I want my blog post to be in the middle of the website.. basically everything in the blog post, the H1, h2, h3, body text, features image ect... at the moment the featured image is centered, but the text is all aligned to the left of the container, and the h1 h2 h3 are...

Probably something obvious, but I cannot find anything in the customizer to do this.

Hi there,

There aren't any customizer options for this as it's not very common that the entire website content is centered.

Give this CSS a shot:

.blog.separate-containers .inside-article,
.archive.separate-containers .inside-article {
    text-align: center;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this helps :)

This archived topic is closed to new replies.