I need help creating a navbar

what do I do in order to get the navbar to cover the whole top of the page, I’ve tried 1 million different things, but none seem to be working. thanks http://codepen.io/kingpete76/pen/ORVYAx

Hi there,
Try taking a look at the .nav class. Perhaps try nav class=“navbar navbar-default”". And don’t forget to load Bootstrap into your javascript section in codepen, otherwise you will run into some difficulties.

your html codes seems to be very wrongly ordered, atleast when i checked the orders are totally wrong. you should check that first

Try changing
class="container"
to
class=“container-responsive”