• Resolved kabbalisticvillage

    (@kabbalisticvillage)


    Hi. I have some white space under my footer that I cannot seem to get rid of. Working off of an older thread on here I used this code:

    .site-main,
    div.content-area,
    div.page {
    margin-bottom: 0em;
    }

    and it reduced some of the space but I still can’t figure out how to get rid of the rest…here is the site – https://healthgardenny.com/

    Thank you!

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

Viewing 1 replies (of 1 total)
  • RK a11n

    (@riaanknoetze)

    Hi there!

    You could try the following custom CSS in your WordPress settings under **Appearance > Customize > Additional CSS**:

    
    .site-info {
      padding-bottom: 0;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘stuck with blank white space under footer’ is closed to new replies.