• there’s a ton of empty space between the page content and the footer. on all of the pages. how do i reduce this space?

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

Viewing 1 replies (of 1 total)
  • via ‘Additional CSS’:

    this should take away most of the space:
    .no-widgets .site-footer { margin-top: 0; }

    and if you want to remove even more space:
    nav.footer-navigation { margin-top: 0; }

Viewing 1 replies (of 1 total)
  • The topic ‘how to reduce space between content and footer’ is closed to new replies.