How can I offset scrollTop to take into account the height of a sticky header? satish mallick May 26, 2016 $ ( 'html, body' ). animate ( { scrollTop : element . offset (). top - $ ( '#header' ). height (); }, { duration : 4... Read More