Adding spacing to the footer social icons
April 10, 2021 at 7:50 pm
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.
Replies (1)
-
April 10, 2021 at 7:50 pm
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. -
April 12, 2021 at 5:13 am
Hi Paul
Thanks for reaching out
Try the following CSSfooter .footer-social-icons li {
padding-right: 30px;
}Copy and paste it in Appearance -> Customize -> Additional CSS
Best Regards