huntleybill Posted October 9, 2013 Share Posted October 9, 2013 http://www.billrauscher.com/prestashop/prestashop/index.php I typed in copywrite 2013 billrauscher.com in footer.tpl. Now I want to center it within the footer. How do I do that? Or what code do I use the get it to center? This is what I put in: (shown in red bold) <!-- Footer --> <div id="footer" class="grid_9 alpha omega clearfix"> {$HOOK_FOOTER} {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> <p> copywrite 2013 billrauscher.com </p> {/if} </div> </div> {/if} Link to comment Share on other sites More sharing options...
vekia Posted October 9, 2013 Share Posted October 9, 2013 try to use these styles: #footer p {display:block; text-align:center;} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now