Skip to content

Instantly share code, notes, and snippets.

@GaryJones
Created February 9, 2012 09:02
Show Gist options
  • Save GaryJones/1778613 to your computer and use it in GitHub Desktop.
Save GaryJones/1778613 to your computer and use it in GitHub Desktop.
Genesis Grid Loop - Styles
#content .genesis-grid {
float: left;
margin: 0;
padding: 15px 0 10px 3%;
}
#content .genesis-grid-column-1 {
clear: left;
padding-left: 0;
}
.size1of2 {
width: 48%;
}
.size1of3 {
width: 31%;
}
.size1of4 {
width: 22.5%;
}
.size1of5 {
width: 17.4%;
}
.size1of6 {
width: 14%;
}
/* Above widths assume 0 left padding on the first column, 3% left padding on all
subsequent columns, and a total sum of 99% to avoid browser rounding errors */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment