$("#connect").css('padding-bottom','53px');
return 'relative';
}
- var footer = $("footer");
- var height_of_footer = footer.height();
+ var footer = $("#copyright");
+ var height_of_footer = footer.height() + -50;
var top_of_footer = footer.position().top;
// Account for fixed header and padding on the sticky-footer container
var fixed_header_height = $('.top-bar-container').height() - 20;
$("#connect").css('padding-bottom','53px');
return 'relative';
}
- var footer = $("footer");
- var height_of_footer = footer.height();
+ var footer = $("#copyright");
+ var height_of_footer = footer.height() + -50;
var top_of_footer = footer.position().top;
// Account for fixed header and padding on the sticky-footer container
var fixed_header_height = $('.top-bar-container').height() - 20;