At the end of my front page I have the wrappers
div class="mg-box mg-post">

This is creating some whitespace.
How do I remove it?
I've tried editing it out of the page.tpl.php template page by removing it under the line if (($is_front) || (isset($node) && isset($node->nid))):
but it is still showing any idea how to remove it completely?
Thanks