• Hi everyone,
    I need to get rid of the gap between the content and the footer on my website. I tried custom CSS etc but none of it worked! so I thought I should post here and see if one of you experts can help me fix this issue!

    https://www.adspacegroup.com

Viewing 1 replies (of 1 total)
  • I’m not an expert,

    but looking at the code it seems you have:

    
    .main-content {
        padding: 70px 0;
        overflow: hidden;
    }
    

    with a child theme and a custom CSS you can add this:

    
    .main-content {
        padding: 0;
    }
    

    If you do so, then the page will look like this:

    no padding

    • This reply was modified 8 years, 2 months ago by verysame.
Viewing 1 replies (of 1 total)
  • The topic ‘How to get rid of the gap between content and footer?’ is closed to new replies.