On Tue, Nov 17, 2009 at 8:56 AM, rejeep <[email protected]> wrote: > Hi! > > I trying to figure out how Blueprint's grid-system works. There seems > to be some differences on how it works, with comparison to 960.gs. > > Lets say I have a site with a right sidebar and a left contents box. > Lets say that the site wrapper uses the standard 24 columns and that > the contents should be 18 columns wide and the sidebar 6 columns wide, > and also the last. The text I put in contents will aligned to the left > (0px from the "left border"), so I'll have to do some padding in order > to make it look nice.
There is more than 1 way to make it look nice. - You could wrap .container in a custom div that has padding, making your layout wider than 950px. - You could use .prepend and .append to add wider gutters to your columns, increasing the margins between columns. - You could put sub-divs inside your columns that have their own padding without affecting the overall grid (but this would deviate from the standard grid in appearance). -- -- Christian Montoya mappdev.com :: christianmontoya.net -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=.
