The gap below the 3 boxes is due to the line or horizontal ruler <hr> between the content and the text box below.
Now you could change that space to what you prefer with this code:
.page-template-template-home-php .site-content hr {
margin-top: 4em;
}
if it does not work, try to add 4em !important;. Though I must say that the 8em original gap above and below each section of the page is consistent. If you take a look around you’ll notice that the footer has the same space around, the same for the title above the 3 boxes and so on.
Your call, design it as you like it, but I can see the point of the developer in wanting to give consistency all across the page.
BTW, Nice work you have done on the site.
Cheers
-
This reply was modified 8 years, 4 months ago by
Giorgio25b.