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
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 Never done this before
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:
You’ll need to do something similar to your footer element.
Thank you very much Sam. Now it works!