Issue with navbar-right

http://prntscr.com/dy5ima any reason the list items are not being pulled to the far right? am i missing something obvious?

EDIT: here is a codepen with what i have so far : http://codepen.io/HazzaBean/pen/RKpeda

Looks like you just have to move your div#Navbar up one level so it’s a child of the div.container-fluid and a sibling of the div.navbar-header

1 Like