Hey !
In style.css you need to modify this part : .posts .post-container {
For 4 columns you need:
.posts .post-container {
width: 25%;
padding: 18px;
overflow: hidden;
}
For 5 columns you need:
.posts .post-container {
width: 20%;
padding: 18px;
overflow: hidden;
}
Continue to modify the width for 6, 7, etc columns ??