[Resolved] unable to get before_footer element space between footer out.

Home Forums Support [Resolved] unable to get before_footer element space between footer out.

Home Forums Support unable to get before_footer element space between footer out.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #818981
    Jennifer Lepp

    I’m using before_footer to place an image above the site-footer, and it’s worker great – except that I can’t make the space between the before_footer and site-footer go away.

    I’m up to:

    .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    }
    .site-footer {
    margin-top: 0; /* space between content and footer */
    padding-top: 0;
    }

    custom CSS, but nothing seems to be working. Help?

    GP Premium 1.7.8
    #819157
    Leo
    Staff
    Customer Support

    Hi there,

    Try adding this:

    .full-width {
        line-height: 0;
    }

    Let me know if this helps ๐Ÿ™‚

    #819168
    Jennifer Lepp

    Yer a genius. Genius, I tell ya.

    Thank you!

    #819181
    Leo
    Staff
    Customer Support

    line-height property is not easy to spot ๐Ÿ™‚

    Glad I could help!

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