// footer push function footerPush() { if ($('.footer').length) { $('body').css('margin-bottom', $('.footer').outerHeight()); }; }