Hi,
How can I reduce the space between posts?
Thank you,
Regards,
Poirot
Hi,
How can I reduce the space between posts?
Thank you,
Regards,
Poirot
Hi again, I would also like to add a horizontal line between posts, in the same style and size as the rest (light grey line). Thank you.
Regards,
Poirot
Hey!
Add following code to css/custom.css and adjust the color + padding values:
.template-blog .post-entry {
padding-bottom: 40px;
border-bottom: 1px solid #333;
}
Regards,
Peter
You must log in to post.