How to remove a large ugly space from my wordpress site?

The space is coming from an empty div with ID “subfeatures”. If you don’t want this div you can remove it by changing the code or by using css

div#subfeatures {
display: none;
}