I am trying to incorporate my bootstrap nav bar into a full-width slider, similar to the layout in this example.
https://i.sstatic.net/LE9wP.jpg
This is the full width slider
http://codepen.io/grovesdm/pen/MazqzQ
Currently, I have positioned the nav bar at the top and added the slider code afterwards. However, the result is not what I expected.
https://i.sstatic.net/jxqCZ.png
When I remove the background color of the nav bar and try to make it transparent, nothing changes. How can I properly position the slider within the nav bar?