This wasn't working for me so I thought I'd clarify what I did to make it 
work.

I added it like this:

@media (min-width: 980px) {
  .container-fluid{max-width:980px; margin: 0 auto;} 
}

On Sunday, 11 March 2012 14:49:42 UTC, Eric Valverde wrote:
>
> Just add this to you SCSS file after you import the bootstrap- 
> responsive: 
>
> .container-fluid{max-width:980px; margin: 0 auto;} 
>
>
> On Mar 9, 9:22 am, Leeaston <[email protected]> wrote: 
> > Be very grateful if someone could tell me how to set a max width of 
> 980px 
> > for a responsive design? 
> > 
> > Best wishes 
> > Lee

Reply via email to