Archived topic
how to place date above title
3 replies · Started by Anil on August 31, 2021
Viewing posts 1–4 of 4
how to place date above title
Hi Anil,
Give this CSS a try:
.blog .inside-article header.entry-header, .archive .inside-article header.entry-header {
display: flex;
flex-direction: column;
}
.blog .inside-article .entry-header .entry-meta, .archive .inside-article .entry-header .entry-meta {
order: -1;
}
Let me know :)
Thanks Ying, it works, and could make it work on search and single-post also.
Also learned make parent container flex and play with children...
Best regards.
and could make it work on search and single-post also.
Just remove the .blog and .archive should work :)
Glad you figured it out!
This archived topic is closed to new replies.