Search code examples
csshtmltwitter-bootstrapmixitup

White space below footer in safari


this is for safari.

This is my test website: "http://warmfarewells.org/plumber/" I had this problem in Chrome as well, but I used this code and white space since disappeared. The only problem now is that it is still visible in safari.

#cye-workaround-body-image {
    height: auto !important;
}
#cye-workaround-body {
    height: auto !important;
}

I have tried everything I can think of, but nothing seems to be working.

PS: I am using Mixit javascript for gallery, when I remove it, both gallery and white space disappears. But I want to keep gallery, and want to get rid of white space. Thanks


Solution

  • Add this to your CSS:

    footer {
      overflow: hidden;
    }
    

    The problem is your image animation in the footer.