Hi, here is blog section with table of contents and a cta on the side. which i require to stay sticky. but its not woking. i made it sticky.. added 0px as condition and also made the container relative. please help me. (very urgent)
Here is my site Read-Only: (Webflow - GreenAds)
Hi there,
To create a sticky sidebar that stays in view while scrolling, you’ll need to configure a few specific settings. Here are the essential steps:
- Open the Style panel for your sidebar element and set the Position property to “sticky”
- Add at least one directional offset value (typically top: 0px) to define where the element should stick
- Check all parent container elements and ensure none have their overflow property set to hidden, scroll, or auto as this will prevent the sticky behavior
- Remove any fixed height constraints on parent elements to allow proper scrolling
- If your layout uses Flexbox or Grid, review the alignment properties to ensure they’re not interfering with the sticky positioning
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.