After upgrading to Enfold 2.5.1 and 2.5.2, I noticed my social icons from the Social Stickers plugin increased in size from the default 32×32 to 64×64. Even after deleting the data/plugin and then re-activating, the icons still do not size down to their default setting at 32×32. This same thing occurred on a couple of my sites after upgrading to Enfold 2.5.2.
Any idea what might have caused?
Hi codemode!
Please give us a link to the website and point us to the social icons. A screenshot will help. Might be a css conflict.
Best regards,
Ismael
Hey!
Try adding this code to the Quick CSS:
.social_stickers_widget a img {
width: 32px;
height: 32px;
}
Cheers!
Josue
perfect thank you!