Space on href scroll

PHOTO EMBED

Thu Jul 06 2023 12:11:41 GMT+0000 (Coordinated Universal Time)

Saved by @gshailesh27

jQuery('a').click(function(){
    jQuery('html, body').animate({
        scrollTop: jQuery( jQuery(this).attr('href') ).offset().top-100
    }, 500);
    return false;
});
content_copyCOPY