How to make social media icons bigger and more spread out?

Posted in: Newspaper
Post count: 1

How do I make the social media icons on my header BIGGER but also more S P R E A D OUT?

I use this CSS code to make it bigger
.td-social-icon-wrap .td-icon-font{
font-size:20px;
}

But any bigger than that they merge together, so I need them more spread out so I can make them bigger

Post count: 22421

Hi,

you can make them spread out more by adding a right margin like so:
.td-social-icon-wrap .td-icon-font{
font-size:20px;
margin-right:10px
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.