• Resolved alicoal

    (@alicoalesce)


    Page scroll on desktop is working good with set offset and checking both “Verify target position and readjust scrolling (if necessary), after scrolling animation is complete” and “Extend target position verification and scrolling adjustment for lazy-load scripts (images, iframes etc.) and changes in document’s length” but mobile is not scrolling far enough to get to the correct sections.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author malihu

    (@malihu)

    Hi,

    You’ve set the offset option value to 150 pixels, so it offset the scrolling by 150 pixels, which on mobile seems too much.

    I’d suggest to use your (desktop) sticky header selector as the offset value and not the fixed pixels value of 150. Using the selector you can disable the offset on mobile, since you only have a sticky top header on the desktop.

    Go to plugin settings and set the “Offset” option value to:

    header.fl-builder-content-28:width(>992)

    Save changes, test and let me know.

    Thread Starter alicoal

    (@alicoalesce)

    That, along with the check boxes seems to have worked, thank you!

    Plugin Author malihu

    (@malihu)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Scroll Offset’ is closed to new replies.