You have some syntax errors in your HTML and it doesn't validate. For example, in your first row, there's not <div class="row">.
Also, you're not using <div class="container"> anywhere. Here's a mock-up of a fix: http://jsfiddle.net/8Jymb/ -Bill On Wed, Jul 25, 2012 at 11:17 PM, James <[email protected]> wrote: > I am trying to make a bootstrap site. I did the nav successfully, but I > cannot get a grid set up. > > My site is: http://everythingfunny.net > > What I'm trying to acomplish is a centered aligned grid, that is 5 across. > For some reason, the first grid is centered, but the rest of them are to the > left. Also, I had to make a few blank grids in order for the nav to not > overlap. If someone can please look at my source and tell me where I'm going > wrong, I'd appreciate it. I have little web design experience.
