Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #226443

    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?

    #226574

    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

    #227062
    This reply has been marked as private.
    #227143

    Hey!

    Try adding this code to the Quick CSS:

    .social_stickers_widget a img {
        width: 32px;
        height: 32px;
    }

    Cheers! 
    Josue

    #227200

    perfect thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold 2.5.2 Bug with Social Stickers Plugin’ is closed to new replies.