Reducing space between posts on the home/posts page
-
Hi, does anyone know what css would be required to reduce the space in between posts on the home/posts page?
Many thanks!
The blog I need help with is: (visible only to logged in users)
-
Hello there!
Dropping this code in your custom CSS area should do the trick:
.site-primary .post { margin-bottom: 0px; padding-bottom: 0px; }Let me know if that doesn’t work!
Sage
- The topic ‘Reducing space between posts on the home/posts page’ is closed to new replies.