Building a home page and I want the grid to stretch across the whole page. I tried setting the containers width at 100 percent but it seems not to be working. I am working with a the default grid system. An example of what i am looking for is www.rdio.com.
<div class="container">
   <div id="myCarousel" class="carousel slide">
     <div class="carousel-inner">
        <div class="active item"><img src="/site_media/static/img/" /></div>
        <div class="item"><img src="/site_media/static/img/ /> </div>
        <div class="item"><img src="/site_media/static/img/ /> </div>
     </div>
‹ ›
   </div>
  <div class="row" id= "middleRow">
     <div class="span4" id="explanation"> </div>
     <div class="span4" id="explanation"> </div>
     <div class="span4" id="explanation"> </div>
  </div>
If you look at the scaffolding on bootstraps website you'll see that
<div class="container-fluid">
is the container to use to make it go across the whole website.
you can also do this with rows like
<div class="row-fluid">
hope that helps
here's the link http://twitter.github.com/bootstrap/scaffolding.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With