Sticky Split Sections
What does this code do?
This code snippet will allow you to create a split section where one side stays in place as you scroll.
Video Tutorial
Code Snippets
Copy and paste this code into Design > Custom CSS
@media screen and (min-width:640px) {
.FE-BLOCKID{
position: sticky;
position: -webkit-sticky;
top: 25px;
}
}
How To Use It
Copy and paste the code as indicated above.
To learn how to find a collection id, page id, fe-block id, or block id check out our Start Here guide.
