Overlay on Slider Trouble

Hey there!

I have a slider on my homepage that I am trying to overlay a tinted box (div) with a headline and text element inside.

While I have it floating where I want it, it still shows a grey area below the slider where the div is technically placed in the stack.

how do I get this grey area underneath to hide? I just want the div/text on top of the photo in each slide!

I tried uploading a screenshot, but I can’t get the image small enough. slider issue can be found in slide #1 on home page at https://dev7.websitedevelopment.net/

Thanks so much

Hello @webraven,

Thanks for writing in! Aside from using the Top -160px for your DIV element, you also need to set the position to Absolute. The correct positioning should be using the Bottom position and set the Top to Auto.

Feel free to adjust the values.

Hope this helps.