Site logo

[Resolved] Move Date Meta before Post Title

Home Forums Support [Resolved] Move Date Meta before Post Title

Home Forums Support Move Date Meta before Post Title

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1316528
    Chitika

    Hello.
    I would like to move the date meta info before post title on all pages including archives, homepage, posts, pages, categories etc.

    In general, I would like to move all meta info below post title to above post title.
    Also, I would like to remove the space created after removing the meta info.

    #1316964
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .entry-header {
        display: flex;
        flex-direction: column-reverse;
    }

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

    #1317460
    Chitika

    Simple code to resolve the problem. Thanks. It worked.

    #1318141
    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.