Archived topic
Reducing spacing
7 replies · Started by Victor on March 14, 2020
Hi guys,
Hope you're well.
Is it possible to reduce the spacing between post title, featured image and current category?
I'd like to give the homepage and categories a more 'compressed' look.
Thanks!
Hi there,
Can you give this option a shot?
https://docs.generatepress.com/article/content-separator/
Let me know :)
Hi Leo,
Thanks - it overlapped with singles featured image but I removed them so it looks fine.
Thank you!
No problem :)
Leo, since I'm already here I'll just shoot it: how to center the current category underneath the post? I centered the title but I can't find how to modify the category position.
Thanks!
Try this CSS:
footer.entry-meta {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Works great, thanks Leo!
No problem :)