jQuery(document).ready(function() { jQuery(".arrow-down img").on("click", function () { jQuery('html, body').animate({ scrollTop: jQuery("#content").offset().top-48 },'slow'); }) });