• Resolved jdapron

    (@jdapron)


    Unless I set the gap to -40 on the last content block, there is a gap of about 40 px on desktop view on my site between the last block and footer. annoying, as I can’t pinpoint what’s causing it. Help appreciated! Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is the following media query in the stylesheet causing that gap here

    @media (min-width: 960px)
    .nv-index-posts, .nv-single-page-wrap, .nv-single-post-wrap {
        margin-bottom: 40px;
    }
    Thread Starter jdapron

    (@jdapron)

    Thank you. It means a lot to me that you took the time to help out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gap Between Page Content & Footer’ is closed to new replies.