Home Forums WoodMart support forum How to remove small gap before footer?

How to remove small gap before footer?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #502866

    samskpun
    Participant

    there is a small gap between the last section and the footer, would you please let me know how to remove it?

    #503008

    Hung Pham
    Keymaster

    Hi samskpun,

    Thanks for reaching to us.

    In order to do that, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .site-content {
        margin-bottom: 0;
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)