I am trying to create a navbar with a centered layout and a logo floated to the left side.
For inspiration, check out this example: http://www.bootply.com/98314
I would like something similar to the example mentioned but instead of left-floated items, I want the Brand to be on the left side while keeping the right-floated items unchanged.
My current attempt can be found here: http://www.bootply.com/p6XOQQFZQT (ignore the text alignment issue)
If you remove the left-floated element from my design, you'll notice that the navbar centers itself. This suggests that the addition of the left-floated item prevents the navbar from being truly centered.
I believe I may need to use absolute positioning for the navigation elements to keep them centered, but every time I try this, it removes the navbar background and makes the text barely visible.
Any help or suggestions would be greatly appreciated!