Jump to content

How do I center text in the footer?


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...