Because the social icons are coded as a LI element, whatever bullet being used on your website’s lists ends up appearing to the left of each icon. I fixed this by creating a CSS style to override it:
.widget .zoom-social-icons-list li {
content: none;
padding: 0;
}
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Note that I also zeroed out the padding since it was way too generous!
-
This topic was modified 9 years, 5 months ago by
bdbrown.