I have been attempting to overlay my navbar on top of a background image by nesting it within a div and using absolute positioning. However, I've run into an issue where the navbar-header/navbar-brand section causes the rest of the navbar to wrap onto a new line.
You can see the example here: https://jsfiddle.net/qjxszebe/
While there are other ways to create a background image, I am curious why this simple method is not working as expected.
My goal is to modify the fiddle above so that the navbar remains on a single line without wrapping onto two lines.
Solution: Here's an updated fiddle with the width set to 100%: https://jsfiddle.net/69yhavtj/