Step 1 Download the section template file from here sticky scroll template After downloading the json template , upload it in your divi library so you can use it in any page as section. Step 2 Add below css in Divi -> Theme options -> Custom css
/* sticky scroll */
.container-sticky .et_pb_module.active {
display:flex;
}
.container-sticky…