Archived topic
Reduce the size of meta on Mobile View of Single Post Pages
3 replies · Started by Michelle on January 22, 2021
Viewing posts 1–4 of 4
How do you reduce the font size of the meta on mobile view of single post pages?
Hi there,
Try this CSS:
@media (max-width: 768px) {
.entry-meta {
font-size: 12px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
That did it, thanks. Looks much better.
No problem :)
This archived topic is closed to new replies.