Only add offset if not on mobile
-
Great plugin, works like a charm!
I have the sticky header bar only on desktop though and would like to deactivate the offset on screen-width smaller 767px. Could you help me with that?
I got this right after the check for the adminbar, but I don’t understand enough of JS to get it actually working
// set offset to 0 if mobile if ( $(window).width() <= 767 ) { offset = (0).toString(); }
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Only add offset if not on mobile’ is closed to new replies.