How do I add spacing (padding) between footer and blog index page listings?

I’m kind of baffled that I searched high and low on the forums and can’t find an answer to this.
I figured out how to add padding on the single post page, but can’t get it added on the blog index page. The footer is too close to posts.

Hello @promofuse,

Thanks for asking. :slight_smile:

Please add following CSS under X/Pro > Theme Options > CSS:

footer.x-colophon.top {
    padding-top: 20px;
}

Thanks.

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