Something wrong with my button - it's not clickable anymore

Hi,

Recently two buttons on my website are not clickable anymore.

It is “Work with us” and “Get in touch.”
I have no idea what’s wrong and have tried the most.

Please see my link: Webflow - JULI.

Can someone please help me?
Cheers

The buttons are only working in preview mode and not live.

Hi @Einar_Edsta,

you could try setting position: relative and a positive z-index to the parent containing your buttons.

Looking at your project, I’d suggest reading up on the basics of CSS layout and positioning. Currently, things are a bit all over the place with different numbers etc. It looks like you’re positioning elements to appear in the right place visually. This complicates things for you a lot.

This course is a great start to get a basic understanding of things.