jQuery-Stickem
jQuery-Stickem copied to clipboard
Offset doesn't seem to have any effect
I am passing offset: 100 into the stickem function but it doesn't seem to have any effect on when the stickit class is added. I am trying to satisfy the use case of having a fixed nav at the top of the page. Anybody else run into this?
Do you have a link?
Same here, sticky = $('.tab980').stickem({offset: 60});
doesn't make 60px offset
sorry it does work! only need to fix css top: 60px myself :) and the script does the rest!