[Resolved] iframe not closing the footer

Home Forums Support [Resolved] iframe not closing the footer

Home Forums Support iframe not closing the footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2334073
    scometamus

    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!

    #2334084
    David
    Staff
    Customer Support

    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;
    }
    #2334144
    scometamus

    Worked, thanks a ton!

    #2334470
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.