I'm looking to add an alert at the top of my webpage containing a form for visitors to enter their phone number. Currently, I have a "alert alert-info" div with the form inside it placed at the top of my body tag, which works perfectly. However, when I attempt to change the navigation bar from "navbar navbar-default navbar-static-top" to fixed-top (positioned below the alert), it overlaps the alert instead of staying beneath it (possibly a z-index issue). Is there a way to keep the nav fixed at the top but below the alert, which should remain static at the very top?
Thank you in advance!