Spacing between social media links.

The social media icons in the footer seems to be cramped up against each other. How can i create spacing between them.
Snapshot attached.
Is her a better widget or a CSS code to solve this ? Please help !! Thanks in Advance.

Hi there,
I hope you are having an awesome day and thanks for contacting us regarding your query.

This can be done with the help of some Custom CSS. In order to provide the most accurate CSS possible, I’m going to ask that you provide me with a link to a page with this so that I may be able to write up some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support

Wow hat would be great Thanks.

Link to my page www.socialmediagoa.com

Thanks in advance. Appreciated :slight_smile:

PS: I also wanted to increase the size of these icons.

Hello there,

I hope you are doing well today.

You can use the following CSS code to add some padding to the social media icons and increase their size by going to Appearance > Customize > Additional CSS and pasting it there.


/*Social Media Icon Padding*/
#colophon .widget ul li {
    padding-right: 10px;
}
/*Social Media Icon Size*/
.widget_wpcom_social_media_icons_widget .genericon {
    font-size: 20px;
}

Best Regards,
Support

WOW !! IT WORKED !!!

Thanks a ton you guys are really helpful !!!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support