When I try to search for something that isn't on the page, a strange margin or padding issue occurs. I have thoroughly reviewed the code but can't seem to pinpoint the problem. The unwanted 30pxish margin after the footer should not be present within the content div.
<div class="post">
<div class="content">
<p>Sorry, no match found!</p>
</div>
</div>
<?php
get_footer();
?>
Website URL: