10/25/2016 at 2:18 pm
#397254
Keymaster
@ Kirsten
This is being caused by the Add Social Share plugin unfortunately. It is not that the icons are large and distorted… it is that the Add Social Share plugin is applying its own icons too. You see the correct icons from Connections in the upper left of the plugin’s icons.
We can try to override this. Add the following to the theme’s custom CSS area:
#cn-circled a.url.facebook,
#cn-circled a.url.twitter {
background: none;
box-shadow: none;
width: auto;
height: auto;
line-height: normal;
display: inline;
font-size: 0;
}
#cn-circled a.url.facebook:after,
#cn-circled a.url.twitter:after {
content: "";
display: table;
clear: both;
}
This should mostly fix it. Hope that helps! Let me know.