[Support request] Align text center

Home Forums Support [Support request] Align text center

Home Forums Support Align text center

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #991119
    James

    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.

    #991167
    Leo
    Staff
    Customer Support

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.