Site logo

Archived topic

footer

7 replies · Started by johnzoro on January 16, 2017

Viewing posts 1–8 of 8

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

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 :)

This archived topic is closed to new replies.