Archived topic
Move Date Meta before Post Title
3 replies · Started by Chitika on June 6, 2020
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.
Hi there,
Try this CSS:
.entry-header {
display: flex;
flex-direction: column-reverse;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Simple code to resolve the problem. Thanks. It worked.
No problem :)