Nav links not working on certain pages

Something super weird is happening with my navigation links. I have the same nav bar (class name “fixed nav bar”) as a symbol element on all of my pages (as the first element in the navigator). On my live site, the navigation links are working on all pages EXCEPT the Services page.

Link to my site: https://preview.webflow.com/preview/atdemo1?preview=0cae047a59cc98239fc74f9199671d07.
Using Chrome 44

Anyone know what could be causing this? Appreciate any help!

Hi @hollis :smiley:

I think I know where is the problem.

There is container covering navbar. And that container has z-index higher than navbar. So when you click on links it really clicking on that container.

You can reduce z-index for container or change it size or increase navbar z-index

Good luck,
Anna

Yay yay yay, that worked, thank you @sabanna!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.