Hello! My drop down menu in my header is displaying underneath a video I have on my site. I need the drop down menu to display on top of the video, how can I alter the code so that the results of the drop down menu are always on top of everything on the home page?
You can try adding the following CSS code to your theme: .header-menu { z-index: 99999; }
This didn’t work, is there anything else I can try?