Home › Community Forums › Epik Theme Support › Extra space on blog post page › Reply To: Extra space on blog post page
January 13, 2019 at 4:32 am
#23010

Moderator
Hi Greg,
If you look in your style.css file around line 2624 you’ll see this –
/* ## Entries
-------------------------------------------- */
.entry {
margin-bottom: 100px;
padding: 0;
}
You can adjust the margin-bottom
and it will reduce some of that space.
Let me know if that helps.