I have solved the unnecessary space. The reason is the GALLERY tag.
Put simply this into the CSS
#grid-wrapper #gallery-1, #grid-wrapper #gallery-2, #grid-wrapper #gallery-3, #grid-wrapper #gallery-4, #grid-wrapper #gallery-5, #grid-wrapper #gallery-6, #grid-wrapper #gallery-7, #grid-wrapper #gallery-8, #grid-wrapper #gallery-9, #grid-wrapper #gallery-10, #grid-wrapper #gallery-11, #grid-wrapper #gallery-12, #grid-wrapper #gallery-13 {
display:none !important;
}
I’m sure there is a more elegant solution, but this works.