Archived topic
straight line between posts in blog post list view
3 replies · Started by Halil on November 13, 2021
Viewing posts 1–4 of 4
Hi,
How can I draw a straight line between posts in blog posts view? At the end of each post, I'd like to see slightly visible greyish line.
Hi there,
if you want the border to be the same width as the post content then you require this CSS:
body:not(.single):not(.page) .post footer.entry-meta {
padding-bottom: 30px;
border-bottom: 1px solid #ccc;
}
brilliant and very fast response! huge thanks David.
You're welcome!
This archived topic is closed to new replies.