lucasarts Posted September 20, 2013 Share Posted September 20, 2013 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 Link to comment Share on other sites More sharing options...
vekia Posted September 20, 2013 Share Posted September 20, 2013 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 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