Archived topic
Centering social media icons in footer widget
5 replies · Started by Don on March 31, 2017
I'm trying to center a social media widget in my footer in GP. I've read several strings in this forum that address this topic, but I'm still not sure where to insert the code snippet. Can someone give me the center-align code, and tell me exactly where to place it in the theme code?
Thanks!
Hi Don,
Can you provide a link to your site?
Thanks!
Hi Leo, sure, the site is http://www.digitalmarketingriches.com. Thanks for your help!
Quickest method would be copy and paste the code below into Customizer > Addtional CSS.
.footer-widget-1 {
text-align: center;
}
Let me know.
That worked! Thank you Leo!
You're welcome :)