Hello!
I am trying to set up my webshop, and in an attempt to make everything appear smooth, the customer reassurance block messed up. This happened when i centered the text in the footer, and now I'm trying to figure out how to keep the text centered, but also center the reassurance block.
The site is www.shotsglas.dk
I inserted the red line into my footer.tpl:
</div>
<div id="footer" style="width:100%; clear:both; display:block; overflow:hidden;">
<div style="width:980px; display:block; margin:auto; clear:both;">
<div style="width:100%; display:block; clear:both; overflow:hidden; margin-left:25%;">
{$HOOK_FOOTER}
</div>
{if $PS_ALLOW_MOBILE_DEVICE}
<p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p>
{/if}
</div>
</div>
{/if}
</body>
Thanks in advance!