Archived topic
footer
7 replies · Started by johnzoro on January 16, 2017
is there a way to have social icons on the left and the copyright on the right?
like blue host dot com has
i've got gp premium and the lightweight social icons widget
Hi John,
This post should help: https://generatepress.com/forums/topic/copyright-footer-positioning/#post-260824
Let me know.
thats what i want to do but does that mean i just edit footer.php with
<div class="grid-50">
Left side
</div>
<div class="grid-50 footer-right">
Right side
</div>
i just put that in the edit copyright section and that seemed to work
Yup add it in Customizer > Copyright :)
does the lightweight social icons have a shortcode i can just paste in the leftside?
I would just use Font Awesome for that. For example, enter this inside the div:
<a href="https://www.facebook.com/"><i class="fa fa-facebook-square" aria-hidden="true"></i></a>
Font Awesome library: http://fontawesome.io/icons/
Let me know.
Next version of GP has a widget area in the footer bar :)