Delete White Space Above and Below Footer?

 here is the link . http://h9r.ebe.myftpupload.com/

If you scroll down you will see the White space above and below the Footer. How do i delete it?

Comments

  • Hi,
    It looks like you have a HTML error on end of your page.
    Please, create new page and check if this happens or try to find the issue with HTML on this page
    Thanks
  • Ok so it was this code for Contact 7 Forms..

    Can you let me know if there is something wrong.

    /*--- 2 Column Form Styles Start ---*/
     #left {
        width: 47%;
        float: left;
        margin-right:6%;
    }
     
    #right {
        width: 47%;
        float: left;
    }
     
    .clearfix:after {
        content:"\0020";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
        overflow:hidden;
        margin-bottom:10px;
    }
     
    .clearfix {
        display:block;
    }
     /*--- 2 Column Form Styles End ---*/
  • Hey,
    did you manage to fix it? We do not see any spaces now in the footer area.
    thanks
Sign In or Register to comment.