• Resolved michael132

    (@michael132)


    Hi,

    In the website that I am making on the footer there is a blank space. Apparently it is from the body because it could give it color when I changed the background. Check that there is not a block, im use css to remove margin or padding.

    site:

    ailusvibes.uy

    Thanks

    • This topic was modified 4 years, 6 months ago by michael132.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I was able to remove this by adding this CSS

    /* remove top margin above footer */
    
    .footer-nav-widgets-wrapper.header-footer-group {
        margin-top: 0px;
    }

    Please add this code within

    WP Admin >> Appearance >> Customize >> Additional CSS

    Looks like this after I add the code:

    https://d.pr/i/apDiu2

    Thread Starter michael132

    (@michael132)

    Yeees!!

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘white space before footer’ is closed to new replies.