Bug in latest theme Footer

Your latest theme has a bug. The 'sliding content' footer option ends up making the footer cover the entire screen. Please fix this ASAP. I have a tutorial video directing people to buy your theme and now they are having issues.

Comments

  • Hey,

    we know about it and this would be fixed soon. But to fix it now, please use the following css:
    .footer-sliding #Wrapper, .footer-sliding #Content {
        position: relative;
        z-index: 0;
    }

    .footer-sliding #Footer {
        z-index: -1;
    }
    Thanks!
Sign In or Register to comment.