I want to remove the entire footer section from my site. I viewed the element on my mozilla firebugger and would like to take out the entire region as seen below:
<footer id=”t3-footer” class=”wrap t3-footer”>
<section class=”t3-copyright”>
<div class=”container”>
<div class=”t3-copyright-poweredby”>
<div class=”row”>
<div class=”span3 copyright”>
</div>
</div>
</div>
</div>
</section>
<section class=”t3-back-to-top”>
<div style=”right: 23.5px;” id=”back-to-top” class=”backtotop active”>
Back to top
</div>
</section>
</footer>
The footer does not align well with the template body and I dont need it either