Skip to content
Public Ticket #26636

Page title below featured image?

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Single Posts → General → turn on the "Move Categories, Post Title, Post Meta To Bellow Featured Image" option.

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

Please send me the URL and screenshot that related to your question.

Regards,
PenciDesign.


muhammada650 started the conversation

Conversation Start

I need to set post title below image, i show the ticket have the same problem and solved when set that :

article.page {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
article.page > * {
    order: 2;
}
article.page > .post-image{
    order: 1;
}

on custom CSS, but with me not solved , how can i solve this issue ?

Want to join this conversation or access attachments? Sign in first.