Reduce space between posts on homepage

QuestionsCategory: QuestionsReduce space between posts on homepage
sha Hilson asked 6 years ago

Hi there, I’ve been trying to remove the large gap in between the featured blog posts on my front page. Any idea how I can change this? my website url is http://www.heretohustle.co.uk 
Thank you so much!

1 Answers
Jennifer Staff answered 6 years ago

This would be

.blog .widget-area .entry {
margin-bottom: 0;
padding: 0 30px;
}

If you ever add back the sidebar, you will want to remove that code so everything sits nicely.