$(document).ready(function() { $("#more").click(function() { $('html, body').animate({ scrollTop: $('#test').offset().top-55 },1000); }); });