Archived topic
Tag Links at the Bottom of Archives
3 replies · Started by Marek on May 23, 2020
Hey there,
Tag Links Location
What is the best way of forcing tag links to a fixed location or increase padding in a way so that it's not immediately after the excerpt?
This would be done for consistency between different posts. I would like it at the way bottom, similar to where the read time and author icon are on this site.
Any ideas would be awesome.
I just keep loving GP more and more, you guys rock!
Thanks
Hi there,
Try this CSS:
.generate-columns .inside-article {
display: flex;
flex-direction: column;
}
.generate-columns footer.entry-meta {
margin-top: auto;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Leo,
You weren't supposed to reply this fast! I was planning on being asleep awhile ago :)
It works wonderfully.
Thank you!
No problem :)