White space below blog posts in Ethos

Hi, on my Ethos theme, there is a HUGE white space below the blog posts and before the footer. Can I either make the blog posts stretch lower (it currently only shows 7 posts before I have to click on the previous arrow), or can I get rid of that huge white space? Thanks

Hello @TheNewbyTribe,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS to remove white space:

footer.x-colophon.top {
    padding-top: 0;
}

.offset.cf {
    margin-bottom: 0;
}

Thanks.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.