On my contact page, the social icons aren’t central between their borders. How do I fix this please?
Hey kieranvyas,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-77 .social_bookmarks li {
margin-right:1em;
}
Best regards,
Rikard
This didn’t work but I managed to remove the extra spacing by using:
.social_bookmarks li {
margin:0;
}