Site logo

Archived topic

iframe not closing the footer

3 replies · Started by scometamus on September 5, 2022

Viewing posts 1–4 of 4

Dear GP-support,

we have a darker-green line under an iframe on the bottom on top of the footer, how do we get rid of that?

I've checked padding/margin and couldn't find anything that is causing the issue, but maybe I've overseen something.

Thanks!

Hi there,

select the Container Block that has the Iframe inside and in Advanced > Additional CSS Class(es) add: no-p-bottom-margin

then add this CSS:


.no-p-bottom-margin p {
    margin-bottom: 0;
}

Worked, thanks a ton!

Glad to hear that

This archived topic is closed to new replies.