i am just working on a clients page with your Hannah template (http://dev.lorch-webdesign.de/_schechner).
I put some info in the footer-1 module postion.
The info was shown but the links in the info did not work. so I checked the source code and I saw that there is a "div"-tag missing.
The base-2 module has no end "div"-tag.
Here is the source code:
<div id="container_base" class="j51container">
<div class="wrapper960">
<div id="base1_modules" class="block_holder">
</div>
<div id="base2_modules" class="block_holder">
<div id="footer-1" class="block_holder_margin">
<div class="module ">
<div class="module_surround">
<div class="module_content">
<div class="custom">
<p style="text-align: center;">Obstbrennerei Martin Schechner · Hauptstraße 4 · 83620 Vagen<br><span class="fa-phone"> </span>08062/2420 · <span class="fa-envelope"></span><a href="mailto:info@brennerei-schechner.de">info@brennerei-schechner.de</a></p>
<p style="text-align: center;"><span class="fa-legal"></span><a href="/_schechner/impressum.html">Impressum</a> · <a href="/_schechner/datenschutzerklaerung.html" class="fa-bars">Datenschutz</a> · <a href="/_schechner/kontakt.html" class="fa-keyboard-o">Kontakt</a></p></div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
As you can see after the "base2_modules" DIV there is no end DIV before the "footer-1" DIV.
The result is, that I cannot click the links in the text.
If you need I send you SU rights for this page.
Currently the module with the footer information is not in footer-1.
I moved it to base-2 to show to the client but I can move it back to footer-1 if needed.
Regards
Oliver