ラッパーからフッターを削除してページの最後に追加する方法を理解する必要があります。ブラウザの解像度の幅が100%のフッターを使用したいのですが、これはラップされている間は不可能です。
テーマのpage.xmlを変更する必要があると思います。またはlocal.xml?正しいやり方でやりたい...
page.xmlで私は見つけました:
<block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
<block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
<label>Page Footer</label>
<action method="setElementClass"><value>bottom-container</value></action>
</block>
<block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
<block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
</block>