Tagged: custom icon
Hi!
I want to add below icons ( see link below private area) in my footer..
before the phone and email..
how to add them? plz help.
Thanks in advance!
Andy.
Hi Acuadra_P,
I’m guessing you want to add them before the phone and email details? You could try the following in your footer widget:
<span><img src="http://yoursite.com/image.jpg"></span>
Regards,
Rikard
Hi! Rikard,
Thanks for the help…i added the code but the icon and text not lining up.. plz check the footer
plz check again my url ..which is under private area
Hi,
Try this CSS inline in the spans with text: vertical-align: bottom !important;
<span style="vertical-align: bottom !important;">Your text</span>
Thanks,
Rikard
Thanks a ton! worked like a charm :)
Thank You!