Site logo

Archived topic

Space below footer

3 replies · Started by Kevin on August 25, 2022

Viewing posts 1–4 of 4

Hi

I've got padding below my footer (which is a combination of the footer, an element block, and the footer bar).

I've checked all the topics that cover the same issue, but can't find what's causing this?

Thanks Kevin

http://kevinm204.sg-host.com/

Hi there,

theres an issue with the 3 shapes attached to the Container Block inside your footer, you can try amending them to stop them overflowing or:

1. Select that Container Block, and in Advanced > additional CSS Class(es) add: overflow-hidden
2. Add this CSS to your site:

.overflow-hidden {
    overflow: hidden;
}

That's brilliant thanks.

Glad to be of help

This archived topic is closed to new replies.