Tagged: center, social media icons, socket
hi friends,
im working with the always lovely enfold template. Right now i need to center the social media icons in the socket, but still clueless of how to do it.
https://snag.gy/bd2hzZ.jpg
I appreciate your help
Hey claraelisa,
Please try the following in Quick CSS under Enfold->General Styling:
#socket ul.social_bookmarks {
margin: 0 auto;
}
#socket ul.social_bookmarks .social_icon_1 {
margin-left: 50px;
}
Best regards,
Rikard
wow that worked ! thank you for the great support