• Resolved Jan Weiss

    (@rumpel2116)


    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)
  • Plugin Support Michael Beckwith

    (@tw2113)

    The BenchPresser

    I wonder if just doing offset = '0'; would work. I’m not the best with JS myself, and wasn’t a part of the js side of this plugin

    Thread Starter Jan Weiss

    (@rumpel2116)

    Yeah, that’s simpler and does exactly the same thing. Tried it again and deleted the cache this time – it would have already worked before… ??
    Thanks for your fast reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only add offset if not on mobile’ is closed to new replies.