Nav bar isn't lining up with the rest of the page?

Hey all,

I need a bit of help–to the right hand side of my portfolio page, the nav bar seems to stop just slightly before the edge of the page/the rest of the page (see picture below) and I haven’t been able to figure out why.

My WIP version with codes is here.

Looks like you forgot the <nav> tag before the .container-fluid. Try to give a look at this example and then tell us if it worked http://www.w3schools.com/bootstrap/bootstrap_navbar.asp

It worked! :slight_smile: I had to do some extra finagling to re-center the links (they ended up being slightly off) but nothing major. Thanks so much!