Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created August 20, 2013 15:18
Show Gist options
  • Save agusmu/6282835 to your computer and use it in GitHub Desktop.
Save agusmu/6282835 to your computer and use it in GitHub Desktop.
PrimaShop - Create 3 Columns Grid Blog Page
/* 3 columns blog post grid */
.post-grid {
margin-right: 3.8%;
margin-bottom: 25px;
width: 30.76666667%;
float: left;
}
.post-grid.first {
clear:both;
}
.post-grid.last {
margin-right:0;
}
.post-grid h2.post-title {
font-size:20px;
}
.navigation {
clear:both;
}
@agusmu
Copy link
Author

agusmu commented Sep 28, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment