• Resolved vikrantpelia

    (@vikrantpelia)


    Hello!

    Does anybody know how I can shift the article date and category meta from the bottom of the article to beneath the post title?

    I’ve been able to do this via the customiser for the single post, but can’t find a setting for the archive post preview.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    Unfortunately, Twentig can’t add this option to the archives page due to the way the Twenty Twenty-One theme is coded.

    Have a nice day,
    Yann

    Thread Starter vikrantpelia

    (@vikrantpelia)

    Hi Yann,

    Thanks for your response.

    Is it not possible with some CSS?

    I saw it mentioned in this thread. Someone else had asked for it but solved it with CSS themselves, so your team didn’t share it publicly. If you can share that CSS it will help me a lot.

    Thank you and have a nice day too.

    Vikrant

    Plugin Author Twentig

    (@twentig)

    Hi,

    It’s not possible to put the meta below the title with your current layout with CSS. However, with custom CSS, it’s possible to put the meta below the title if you set the “Featured Image Placement” to “Above” the title (Customizer > Twentig Options > Blog ). Let me know if you’re interested in this solution.

    Yann

    Thread Starter vikrantpelia

    (@vikrantpelia)

    Hi Yann,

    Yes, that’s totally fine!

    Will my single post page retain it’s current layout? Or will that need to change too?

    Thanks,

    Vikrant

    Plugin Author Twentig

    (@twentig)

    Yes, your single post page will retain its current layout. So, you don’t have to change it.

    Here is the custom CSS:

    .tw-blog-stack .hentry {
        display: flex;
        flex-direction: column;
    }
    
    .tw-blog-stack .entry-content {
        order: 2;
    }
    
    .tw-blog-stack .entry-footer {
        width: 100%;
        margin-top: 10 !important;
    }

    Have a nice day.
    Yann

    Thread Starter vikrantpelia

    (@vikrantpelia)

    That has worked perfectly!

    Thank you so much, Yann.

    Have a nice day too!

    Vikrant

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Shift article date and category under heading (post preview)’ is closed to new replies.