Archived topic
Make Post Meta Responsive.
1 reply · Started by Rishabh on July 17, 2020
Viewing posts 1–2 of 2
Hi,
This is the page I am referring to: https://www.clichemillennials.com/blog/
How can I make my post meta (date, author, comments) responsive, so that it always remain on single line on both mobile and PC. Currently it breaks down in 2 lines on mobile devices.
Hi there,
You would need to make the font size pretty small so they would have enough room.
Try this CSS:
@media (max-width: 768px) {
body .entry-meta {
font-size: 12px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.