Social media icons futher away from each other

Hello,

could I ask if there’s a option to move the social media icons a little bit further away from each other?

Also, can I change the size of the social icons, but ony the ones located in header?

I found on the forum a code for making the icons bigger but in all page-locations at once.

Thank you!
Wiola

Hi Wiola,

I hope you are well today and thank you for your question.

You can add space between social icons by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#page .widget .social-icons a {
    margin-right: 30px;
}

I don’t see any social icons in the header so could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Best Regards,
Movin

My blog: 1journey1life2people.com

Can I make the social media icons above the slidebar bigger?

Thank you :wink:

Sure, you can use the following CSS to accomplish this.

Admin Area -> Appearance -> Customize -> Additional CSS

/*social Icon size*/
i.social_icon.fa {
    font-size: 30px;
}

Best Regards,
Support