[Support request] Centering Post Title

Home Forums Support [Support request] Centering Post Title

Home Forums Support Centering Post Title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #661761
    Nicolas

    I have just uploaded a post but the title is left aligned with the rest of the article being centered…how do I align the post title?

    I see everything for font, color, size, etc..but nothing for alignment.

    Thank you!

    #661768
    Leo
    Staff
    Customer Support

    Hi there,

    Currently it requires some CSS below and it’s not commonly requested:

    .single h1.entry-title {
        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.