Mesela 3 kolon için genişlik ve min yükseklik değerini şöyle değiştirebilirsin:
.post {
display: block;
float: left;
width: 190px;
min-height: 275px;
margin: 0 20px 0 0;
}
.blog-pager{
clear: both;
}
.post {
display: block;
float: left;
width: 190px;
min-height: 275px;
margin: 0 20px 0 0;
}
.blog-pager{
clear: both;
}