Nav bar is not sticky

Hi,

I am trying to make the Nav Bar sticky when I scroll down the page. I have already set the Nav bar position as sticky and z index as >>9999. But Not working.

It would be great if anyone an help me with this issue.


Here is my site Read-Only: Webflow - Sarthak's Dynamite Site

hey @Sarthak_Jain, the sticky should be on the highest level parent. However, in this case most would suggest using Position: Fixed instead.

Thanks. Its working now by using sticky on highest level parent. However when we use fixed position it misaligns the nav bar.