• I’m using Page Scroll to ID on my site. The offset works great with the desktop version’s sticky header, but it’s throwing off the mobile version, which does not use a sticky header. Is it possible to turn off the offset for mobile or have a different offset for desktop and mobile?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author malihu

    (@malihu)

    You need to use your top sticky header selector in combination with plugin’s selector expression(s) (see more info).

    So, go to plugin settings and change the “Offset” option value from 128 to:

    .elementor-section-content-top:fixed

    or

    .elementor-section-content-top:width(>1024)

    Choose whichever works for you.

    Save changes, test and let me know

    EDIT: Made an error and changed the :width(>800) to :width(>1024) in the second selector.

    • This reply was modified 4 years, 10 months ago by malihu.
    • This reply was modified 4 years, 10 months ago by malihu.
Viewing 1 replies (of 1 total)

The topic ‘Different offset for desktop and mobile’ is closed to new replies.