• Resolved Emmanuel Kuebutornye

    (@emmanuelkuebu)


    The stay in column doesn’t work when I have locomotive scroll on. On the property list page, I set the property card grid to stay in the column while scrolling down but it stopped working when I activated loco scroll.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Oooh Boi

    (@ooohboi)

    Stay in the column means STICKY. position:sticky and position:fixed do not work with the Locomotive Scroll.
    You’ll have to use data-scroll-sticky attribute if you want to achieve the same result ( https://github.com/locomotivemtl/locomotive-scroll#element-attributes ).
    The analogy is almost identical; add the Inner Section to the target column, add the custom ID to that column, and then use the following with the Inner Section:

    data-scroll
    data-scroll-target|#your_column_id
    data-scroll-sticky
Viewing 1 replies (of 1 total)

The topic ‘Stay In Column not working’ is closed to new replies.