Scroll to less than anchor link location
jQuery(window).on("hashchange", function () { window.scrollTo(window.scrollX, window.scrollY - 100); }); // add <script></script> around this if implementing into head section of genesis theme settings