There is a lot of whitespace in between our blogs (see https://www.devideomakers.nl/category/zelf-video-maken/ for example). How can we limit this so that there aren’t that many gaps?
Hello @devideomakers,
Thanks for writing in! Your titles have several lines. This is why the grid items were rearranged in random order. You can make it one line by adding this custom css:
.x-iso-container-posts.cols-2 .entry-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
This should lessen the empty spaces in your blog page.
We would love to know if this has worked for you. Thank you.
Thanx! It doesn’t solve the problem though unfortunately.

There are still holes. They do disappear however when I rearrange the screen (so make the whole screen wider or less wide) they do rearrange fine then! But to be fair: they also do that when we have 2 lines of headline or more…
Is there an other way to tackle this problem?
Kind regards,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.