[Resolved] Category posts

Home Forums Support [Resolved] Category posts

Home Forums Support Category posts

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1337670
    JOAQUIM GALANTE

    How can i put the category posts between image and post title ?

    #1337850
    Leo
    Staff
    Customer Support

    Hi there,

    Not sure if I fully understand.

    Can you explain a bit more?

    Which page should I be looking at?

    #1337852
    JOAQUIM GALANTE

    on the published posts (frontpage) i would like to put the categories above title.

    #1337869
    JOAQUIM GALANTE
    #1338107
    Leo
    Staff
    Customer Support

    Try this CSS:

    .generate-columns .inside-article {
        display: flex;
        flex-direction: column;
    }
    .generate-columns .inside-article .post-image {
        order: 1;
    }
    .generate-columns .inside-article .entry-meta {
        order: 2;
    }
    .generate-columns .inside-article .entry-header {
        order: 3;
    }
    .generate-columns .inside-article .entry-summary {
        order: 4;
    }
    #1338382
    JOAQUIM GALANTE

    Done. Thanks Leo.

    #1339025
    Leo
    Staff
    Customer Support

    No problem 🙂

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