vladyn Posted March 25, 2011 Share Posted March 25, 2011 Hello there, I would really appreciate some help with modifying the mark up across all pages. I want sticky footer and for that reason I need to move the footer div OUTSIDE the div page wrapper. Also before page wrapper to close the div tag I want there to put some dummy div like div id="push" or something. Does anyone know how this can be done as I'm complete newbie in the PS platform. Link to comment Share on other sites More sharing options...
alexidro Posted July 14, 2011 Share Posted July 14, 2011 To move the footer outside the div page wrapper simply open your footer.tpl file inside your theme folder and change this code: <!-- Footer --> {$HOOK_FOOTER} to this: <!-- Footer --> {$HOOK_FOOTER} 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