jQuery(window).on('load', function() { var hash = document.location.hash; if(hash!=''){ window.scrollBy(0,-50) } });