Hi there,
could you please provide a code for showing my social icons in the footer widget (centered under my address).
I have activated the social icons in the socket.
Is there a way to get square social icons?
Thanks a lot.
Cheers,
Peter
Hey peter_wu,
Here are some threads to consider:
https://kriesi.at/support/topic/social-icons-in-the-footer-3/
If you need further assistance please let us know.
Best regards,
Victoria
Hello,
I’m having the what seems to be common issue of adding social icons to a widget in the footer. I followed the instructions on this page: https://kriesi.at/support/topic/social-media-icons-in-footer-8/
However, although I have both Facebook and Instagram within the child theme’s settings, it is only showing the icon for Facebook.
Any help would be greatly appreciated. I’ve added the URL to the site in the Private Content box below.
Also, is there a way to right align these icons?
Thanks in advance!
Hi mikeack,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
Rikard
have you used this: https://kriesi.at/support/topic/social-media-icons-in-footer-8/#post-1397164
have you added the css in quick css ( otherwise the icons will be : as list under each other )
#footer .widget ul.social_bookmarks {
display: inline-flex;
gap: 0px 10px;
}
#footer .widget ul.social_bookmarks li {
border: none
}