Can't create sticky left bar

Under my section-projects, I included a left and right div. I am trying to make the left div in a sticky position relative to section-projects but it doesn’t seem to stick. I tried looking at tutorials and following step by step but it still does not stick. Am I missing something?


Here is my site Read-Only: https://preview.webflow.com/preview/pwarch?utm_medium=preview_link&utm_source=designer&utm_content=pwarch&preview=d825a64353ef5360ffac54ad75ed3c97&pageId=604eeccdf1ea30ccac144faa&itemId=60583290b7451c947986be30&mode=preview

Hey @pwa.arch Have created a small video on how to achieve sticky with elements using flexbox

Loom Link

You just need to do these flex settings on the parent element

align-items: flex-start; is recommended but you can justify the contents as per your wish.

hope it helps :peace_symbol:

@Sachin Wow thank you so much for the quick response and for making the video to ensure I understood! Really appreciate the time taken to help! Thanks!

1 Like