I want to add the spacing to the site footer social icons. I tried to put CSS on my own but it didn’t work
Thanks in advance for your help.
PB
Paul B
Original poster
Member
I want to add the spacing to the site footer social icons. I tried to put CSS on my own but it didn’t work
Thanks in advance for your help.
Hi Paul
Thanks for reaching out
Try the following CSS
footer .footer-social-icons li {
padding-right: 30px;
}
Copy and paste it in Appearance -> Customize -> Additional CSS
Best Regards