The footer that is set in 'site information', can it be moved to the bottom of the page and centered?

Comments

shevot’s picture

I edited the page.tpl.php file instead of using the footer on the control panel. For some reason the content in the footer was always below the copyright.

interface-web design’s picture

To resolve this problem, in the page.tpl.php file, please move this div :

<div class="footer-content"> …. </div>

Below

<div class="Footerbottomlinks"> …. </div>

cmcintosh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)