I'm attempting to take over an existing website that was made using WordPress. The original developer had put up an image for a banner directly underneath the navbar at the top. When you hover over the navbar, which contains the pages, you see a list of subpages for that particular page. Fairly standard WordPress functionality I think.
My client then asked me to change the image at the top to be a slider thing, so I used this: Featured Content Slider thing. It worked well, I deployed it and it works fine...on its own. However, it appears in front of the navbar, such that the dropdowns get cut off and are unreadable. I've been trying to mess with the z-index in CSS, putting the entire menu bar in a wrapper with a z-index of 2 while the slider is within a wrapper with a z-index of 1. I can't seem to get it to work. Any thoughts? I'll gladly provide more information or code if need-be. Thanks!