Site logo

[Resolved] How to align my post Published date in the middle of the page?

Home Forums Support [Resolved] How to align my post Published date in the middle of the page?

Home Forums Support How to align my post Published date in the middle of the page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2353322
    MD Tohidul

    How to align my post Published date in the middle of the page?

    Please check the screenshot >> https://prnt.sc/VhccHfKC2RRM

    Article published date and author name is currently showing left side of the article, I want to show the post published date and author name is the middle of the article like this >>> https://prnt.sc/0c7XblbDuep-

    How can I do this?

    #2353609
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .entry-meta {
        text-align: center;
    }

    If it’s for single posts only then this should work:

    .single .entry-meta {
        text-align: center;
    }

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

    Let me know if this helps 🙂

    #2353954
    MD Tohidul

    Solved, Thanks a lot !

    #2354442
    Leo
    Staff
    Customer Support

    No problem 🙂

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