Hi, I’m having an issue with my website’s navbar.
Indeed, when I slide any page a little bit down, and then I hover on my navbar, the elements open and I can’t click on my main titles anymore (Why, features, product, etc.)
It used to work and I don’t understand why it has stopped working.
It appears that the read-only link keeps changing from time to time. I presume there is a current work going on the designer. However, upon further checking I see a custom script which I can’t find anywhere in the Webflow’s element or page’s custom code and this could probably set on Webflow main site head code (Webflow Dashboard Settings) which I cannot check using the read-only link. The code (see attached image) I suspect is the culprit.
Now, I tried adding the below code in the ‘Code Embed’ element just above the ‘NAV’ component inside the CSS style to overwrite the header code and it resolves the issue.
Hi thanks for your quick reply :)
I’ve just tried to apply it the code you sent in the Code Embed of my home page and the whole navbar became totally blank because of the change of color (from black to white)
Moreover, I’ve just located the code that you mentioned as the culprit and we’ve got it on numerous pages, but not on all of them.
It’s all happenning because of the NAV INTERACTIONS you have there. Basically, when you open a dropdown, that dropdown content overlays the other dropdown buttons you have on the navbar, mainly caused by the negativemargin-top those script set.