You can either define a max width for your container element, or not use the responsive version; the responsive styles allow the layout elements to grow to make use of all available space at higher resolutions, iirc.
On Tuesday, March 27, 2012 9:55:17 AM UTC-7, Angelo Chen wrote: > > yes > > > On Mar 28, 12:00 am, John Roberts <[email protected]> wrote: > > Are you using the responsive version of the CSS? > > > > > > > > > > > > > > > > On Tuesday, March 27, 2012 12:37:47 AM UTC-7, Angelo Chen wrote: > > > > > Hi, > > > > > I have this: > > > > > <div class="row> > > > <div class="span6" id='left'> > > > </div> > > > > > <div class="span6" id='right'> > > > </div> > > > > > </div> > > > > > when browser window resizes, the 'left' move to the left, and leaving > > > a big space in the center, is there a way to tell 'left' not to move > > > to the left, but toward the right, so no big space in the center? > > > > > Thanks, > > > > > Angelo
