I tried every combination of display, float, width/height and set all the margins and paddings to 0 but having the container with display: inline-block always generates a margin-bottom that I can only remove by adding the style "margin-bottom: - ... px "
Please take a look at the code, it's very basic index.php
Anyway I'm open to any kind of solution, I just want the div ".posts" to contain the posts so if there are solutions without "display: inline-block" it's okay to me.
Thanks everybody in advance