Problem with the link to the subpage

Hello,
i have a problem with the link to the subpage: Impressum, privacy and disclaimer, he is on the end of the site, it does not work. I have already tried everything. Does anyone have an idea?
Thanks for the help

https://preview.webflow.com/preview/khatoon?utm_medium=preview_link&utm_source=designer&utm_content=khatoon&preview=635213851c758f1cd06aa904d0ff9e46&mode=preview

Please include your site’s Read-Only Share Link with your question.
A read-only link allows the community to view your project without making any edits to it and help diagnose your issue or provide feedback.

@Ralph_Kubena - agree with @webdev that you should always include your read-only link for faster troubleshooting. I did take a quick look however, and this div is set to a z-index of 1 and is essentially on top of all the content in the footer:

By removing the z-index the I can now highlight the text or click on the link:

who can restore a read only link?

Found it :wink: Never done this before

https://preview.webflow.com/preview/khatoon?utm_medium=preview_link&utm_source=designer&utm_content=khatoon&preview=635213851c758f1cd06aa904d0ff9e46&mode=preview

Thanks for your hint. The problem is that the link does not react at all.

@Ralph_Kubena - it’s because the grid div is above it in the z-index, and therefore is blocking it from being interacted with.

Thank you Sam. So what have i to do?

@Ralph_Kubena - your other elements have a z-index of 2 so they appear above the grid element in the stacking order:

image

image

You’ll need to do something similar to your footer element.

1 Like

Thank you very much Sam. Now it works!