Reply To: Extra space on blog post page

Homepage Community Forums Epik Theme Support Extra space on blog post page Reply To: Extra space on blog post page

#23010
Wes
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.