Jump to content

[SOLVED]Center everything in footer and add space


Recommended Posts

 

you need to add additional <div> to footer with width param and margin:auto;

 

something like:

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

 

I getting closer, its still a little to much to the left...

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