// Sticky footer - Page/Footer.html var footerHeight = $("#page-footer").outerHeight()-8, footerExtraHeight = {settings.config.stickyFooterExtraPadding}; if ( footerExtraHeight > 0 ) { footerHeight += footerExtraHeight; } if ( $("#page-footer").hasClass("footer-sticky") ) { $("body").css("padding-bottom", footerHeight+"px"); }