So I want to make the dropdown menu 100VW but it stretches off the screen, I tried changing it from absolute, but it just went all over the place lol I’ve attached a screen shot of what I am trying to do and I was wondering if there was an easier way for me to do this!!
What happens when you scroll with the menu open, does it remain fixed in place? That seems to be the only downside to making a dropdown menu full width using fixed method.
I was going thru this same issue and solved it using position: fixed and setting margins to 0. Now, I need it to be below all items on my website (cause it’s like a bg image) so I set it to z-index: -1 but it only goes below the parent element and not the whole body. Any thoughts???