Skeleton uses a 960-pixel grid -- see http://code.google.com/p/web2py/source/browse/applications/welcome/static/css/skeleton.css?name=R-1.99.7#416. You could make it wider, but then you'd have to change all the widths you see in lines 425 to 511 as well.
Note, the trunk version of web2py now uses Twitter Bootstrap. Its responsive grid works much like Skeleton, but on wider screens it will expand up to 1200 pixels instead of maxing out at 960 pixels. Anthony On Wednesday, May 2, 2012 7:40:17 AM UTC-4, BlueShadow wrote: > > Hi I'm using the standard layout one sidebar (left) and the middle colums > for the content of my page. > I like to modify the width(increase) of the columns but every change I did > to the skeletton.css turned out in funny results. > I can't use more colums. And I don't know why because even though they add > up to the whole number of colums it is not using the full width of the > screen. > Can anyone help. >

