Help with CSS code for for home page
-
On the front page of my site, there is more white space between the blog posts than I’d like to see. What CSS code can reduce that?
Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi @falllowme!
I’m only seeing the one post on your site at the moment (and it’s in the top of the page, not the post listing) but once you place more posts in there again, this CSS should decrease the spacing between them:
@media screen and (min-width: 768px) { .hentry { margin-bottom: 24px; } }Let me know how it goes!
-
-
- The topic ‘Help with CSS code for for home page’ is closed to new replies.