Iām currently trying to make a 100% width dropdown, Iāve read on the forums about creating a dropdown of this style and found it is near impossible to do it with webflowās dropdown widget.
So what Iāve currently done is creating a nav-link which has an interaction on it when hovering over to ādisplay:blockā on the āmenuā element.
Itās working perfectly, BUT when I try to actually hover over the dropdown, it goes straight back to ādisplay:noneā because obviously Iām no longer hovering over the nav-link.
Can you please update your post with some more information so we can help you faster? Things like screenshots and your environment info really speed things up.
So whatās happening is that you NEED to hover into the element for the interaction to work, so say a user is flicking between womens/mens and doesnāt hover over the actual dropdown they will see duplicates.
Unfortunately - Iāve had to really hack this together due to Webflowās restrictions (which really shouldnāt be there!)
So to create a 100% width dropdown hereās what you need to do:
Delete Webflowās ultra-restrictive nav-menu
Add a section call it Navbar so you keep your styles (If you already have a navbar made)
Create a menu, add your brand image etc.
Create a div block called ādropdown-hugeā (or whatever you want)
Nest your nav-link within it like so:
Now create an interaction which is on the Parent in the image it is ānav-dropdownā as you can see on the below image all the interactions are there.
When you hover the ānav-dropdownā make the full width menu ādisplay:blockā and when you hover out make it ādisplay:noneā and IMPORTANT LIMIT IT TO NESTED ELEMENTS. (Now you can re-use your huge dropdown!)
Documented for free.
Unfortunately Iāve lost a bit of faith in Webflow, they seem to āstifleā the creativity that you have by restricting you at every corner. Hopefully they see this and do a bit more ādeepdiveā videos for users instead of just basic āInserting a menuā.