Mobil4u.dk Posted November 8, 2012 Share Posted November 8, 2012 Hello I would like to center my footer on this shop www.mobil4u.dk My footer.tpl file looks like this: {if !$content_only} </div> <!-- Right --> <div id="right_column" class="column">{$HOOK_RIGHT_COLUMN}</div> <div class="clearblock"></div> </div> <!-- Footer --> <div id="footer"> {$HOOK_FOOTER} <!-- [[%FOOTER_LINK]] --> </div> </div> </div> </div> {/if} </body> </html> What should it look like to be centered....... Link to comment Share on other sites More sharing options...
vekia Posted November 8, 2012 Share Posted November 8, 2012 (edited) you must edit css file, and add text-align:center; #footer { text-align: center; height: 97px; clear: both; } or add it to: <div id="footer" style="text-align:center;> Edited November 8, 2012 by vekia (see edit history) 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