3200creative
7/14/2014 - 8:47 PM

Scroll to less than anchor link location

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