Link won't work for my blog collection

Could you tell me what I did wrong? It used to work, but it won’t work anymore.


Here is my public share link: LINK
([how to access public share link][2])

[2]: Share a read-only link | Webflow University

The link isn’t catching clicks because it’s under its sibling div that contains the infos. And on top of being under it, it’s also position:static (none) when its sibling div is positionned (position:absolute) which makes it higher in the hierarchy.

You could position:relative the link block and set a z-index to it, but actually you just need to apply position:relative AND move it after the other div in the navigator.

http://vincent.polenordstudio.fr/snap/Webflow_-_Baebu_2018-11-29_15-30-29.png

And now it should catch the clicks. if it doesn’t, give it a higher z-index too.

Hi @vincent, english is my second language and it’s hard to understand. Can you explain it little more about ‘relative the link block’ and ‘set z-index’ please? when I move link block under thumbnail, some reason dark cover doesn’t show.

No problem.

Here is a video that shows you how. I added how to add z-index values at the end.

http://vincent.polenordstudio.fr/snap/screencast_2018-11-29_15-43-15.mp4

1 Like

Thank you so much, this is really great. I’ll apply it. :heart_eyes:
Have a wonderful day :slight_smile:

1 Like

Glad it helped. Nice and bold design btw.

1 Like