Is this possible? I’ve tried lots of things to add a little white space between each of the social media icons in the header, but haven’t been able to figure it out – made them larger and with background, now just need a little space between them!
Thank you, as always!
Here’s the site: http://new.hylifellc.com/
Hey!
Try adding this code to the Quick CSS:
.social_bookmarks li {
margin-left: 10px;
}
Cheers!
Josue
Awesome, it worked, thank you!