• Is it possible to add a target offset for Smooth Scroll? I’d like the #id link to scroll the user 100 pixels above the target element. Thanks!

Viewing 1 replies (of 1 total)
  • see [jss-script.min.js]
    find [.animate({scrollTop:t.offset().top]
    and add move pixel like this…
    [.animate({scrollTop:t.offset().top+100]
    and save.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Target Offset’ is closed to new replies.