Copyright - FB icon on right side
Hi, I'd like to use my own icon for facebook in copyright row. I do not want to use an icon that is under Option / Social, because it is not sufficiently "visible" for me. So ... I thought it would be possible to do this way:
1) insert HTML code into Options / Footer / Copyright
<span id="footer-left">© 2017 Surname Lastname</span>
<span id="footer-right"><a href="http://www.facebook.com">
<img src="fb-icon.png" width="96" height="24" border="0" alt="Facebook" target="_blank"></a></span>
2) add to the CSS
#footer-left {float:left; text-align:left;}
#footer-right {float:right; text-align:right;}
But it does not work, my icon is still on the left side.
Screenshots are here:
Any idea, pleas?
Thank you very much!
Martin
Comments