My website URL is: . I have chosen to use beaver builder for building and designing my website.
I am in need of a fixed header that can display over the top of the header image. Here is the code snippet that I currently have:
<div id="header">html code and/or php for menu</div>
#header { position:fixed; top:0px; left:0px; z-index:100; }
However, the header is not overlaying as expected, instead it is simply appearing above the image. This is causing an issue with the design of my website.