Viewing 1 replies (of 1 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi there @tymekd

    From a quick look it appears that this:

    
    .inner-page-wrap {
    	margin-top: 50px;
    	margin-bottom: 50px;
    }
    

    is what is causing. Adding

    
    .home .inner-page-wrap {
    	margin-bottom: 0;
    }
    

    Will remove that just from the main page. You can add that under the Additional CSS, your theme’s Custom CSS section or using a Custom CSS plugin.

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