[Resolved] Centering Elements

Home Forums Support [Resolved] Centering Elements

Home Forums Support Centering Elements

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1665175
    Janine

    Hi.

    How can I center the title of archive pages?

    How can I to center the title of posts and pages?

    How can I center categories meta on post and archive pages?

    Thank you.

    #1665188
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .page-header h1.page-title, h1.entry-title, h2.entry-title, .entry-meta {
        text-align: center;
    }

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

    #1665339
    Janine

    Thanks, Leo. That worked for the most part.

    How can I center the titles of the SINGLE posts?

    Thank you.

    #1665431
    David
    Staff
    Customer Support

    Hi there,

    i updated Leos code to include the H1 for single posts.

    #1665447
    Janine

    Thanks, David. That did it.

    BE SAFE.

    #1665456
    David
    Staff
    Customer Support

    Glad we could be of help.

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