Hi,
Which code shall I add in order to decrease the space between blog posts on a category page?
The blog post are displayed with full content.
Thanks
Charlottte
hi charlotteraboff ;
try to add this code in to your custom css :
.template-blog .post_delimiter{margin: 0 0 50px 0;}
adjust the size as you like
Thanks :)