Jump to content

How to centralize the footer


Recommended Posts

Hi guys,

first of all, congrats to all of you. The prestashop forums is full of useful guides!Sfortunately, I've not found one that can help me. I have opened this topic because I would like to know how is possible to centralize a footer.

Attached to this topic, you find the footer (in red) that I want to centralize. 

 

Thank you!

 

Luca

 

post-461106-0-89788400-1379673025_thumb.jpg

Link to comment
Share on other sites

you need to add additional div in footer.tpl file (located in your theme directory)

 

use something like this:

<div style="width:400px; display:block; clear:both; overglow:hidden; margin:auto;">
{$HOOK_FOTER}
</div>

of course you can manipulate width param value to center block exactly as you want

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...