Jeremy Hawes
Results
2
comments of
Jeremy Hawes
Another option that worked a little better in my situation ``` var footerBottomAdjust = $('#footer').height() + 50; $('#sticky').sticky({ topSpacing: 200, bottomSpacing: footerBottomAdjust }); ```
If you change 'editable: true' to 'editable: false' or just comment out that line then that will turn off the ability to edit the coordinates. Let me know if that...