I\'ve been playing with bootstrap 3 and I noticed that if you use the Grid System without a container it becomes fluid, someone told me I shouldn\'t do that because the syst
Just use the container-fluid class instead of the container class. class="container-fluid" will allow you to use full width.