Thread Starter
lantal
(@lantal)
Just kidding! I realized in the plugin style sheet there was a padding setting- changed it to 2px, thanks!:
.lsi-social-icons li a {
padding: 2px;
width: 1.2em;
line-height: 1.2em;
text-align: center;
display: block;
text-decoration: none !important;
font-style: normal !important;
font-weight: normal !important;
text-transform: none !important;
speak: none;
-moz-transition: background-color 0.2s ease-in-out 0s;
-webkit-transition: background-color 0.2s ease-in-out 0s;
transition: background-color 0.2s ease-in-out 0s;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
How did you fix this? I’m experiencing the same issue.