By Horst Fuchs on Tuesday, 24 October 2017
Posted in Elegant
Likes 0
Views 718
Votes 0
Hi,

I need your help regarding the "footer" area of the Elegant template. I would like to set up my page like you did your demo page.

I need the two left areas - one for the copyright and the second should be like your "find us on facebook" Could you please support / help me how to do? I tried the module position "position-bottom" but it seems not to work...?

Thanks for your support.
Actually that footer we customised on this file.

JoomlaFolder/templates/elegant/index.php

[gist type="php"]
<section class="footer">
<div class="container">
<div class="row-table cell-top visible-lg visible-sm">
<div class="col-cell">
<div class="col-cell pr-20">
<a href="http://facebook.com/StackIdeas" target="_blank">
<i class="fa fa-facebook"></i>
Find us on Facebook
</a>
</div>
<div class="col-cell pr-20">
<a href="; target="_blank">
<i class="fa fa-twitter"></i>
Follow us on Twitter
</a>
</div>
<div class="col-cell">
<a href="https://plus.google.com/+StackideasTeam/">
<i class="fa fa-google-plus"></i>
Add us on Google+
</a>
</div>
</div>
</div>
<hr class="visible-lg visible-sm">
<div class="row-table cell-top">
<div class="footer-copyright pull-left small">
© 2009 - 2016 <a href="http://stackideas.com">Stack Ideas</a> Sdn Bhd. All rights reserved.
</div>
<div class="footer-note text-right small muted">
Joomla! name is used under a limited license from Open Source Matters in the United States and other countries.<br>
StackIdeas.com is not affiliated with or endorsed by Open Source Matters or the Joomla! project.
</div>
</div>
</div>
</section>
[/gist]

Try take a look of my attached screenshot below which line of code have to replace my above code.
·
Tuesday, 24 October 2017 19:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

that was exactly what I needed! Many thanks!
·
Tuesday, 24 October 2017 20:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 24 October 2017 20:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post