I’m trying to basically make the slider a background, and would like for the sticky nav menu to lay on top. I wish I could just “bring to front” but I can’t. Is there a way to do this?
Right now my sticky nav menu is above my slider but I want it to be over top the slide because I want to use the slider as a background.
I think there are several ways you could achieve this, depending on what you want.
You can have a position: fixed for your navbar, which will remove it from the flow.
For a more specific answer you can share a Read-only link