• Resolved Mark

    (@wizzersays)


    Hi

    My Facebook feed is working fine BUT any emojis on the Facebook Post show up gigantic. See the feed for very large stars and rugby balls!!!

    Is there any way to control this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey @wizzersays,

    Those are definitely some huge rugby balls! Could you add the following to the plugin’s Custom CSS section (Facebook Feed > Customize > Misc) and let me know whether it fixes the issue for you?

    #cff .emoji {
        width: 18px;
        margin-right: 3px;
    }

    Thanks!

    Thread Starter Mark

    (@wizzersays)

    Hi @smashballoon

    I’ve added that snippet (and cleared cache) but unfortunately my balls are still too big!@!!

    Any ideas?

    Plugin Author smashballoon

    (@smashballoon)

    Hey @wizzersays,

    I’m not sure why but I’m not seeing the snippet in the source code of the page. Could you just double check it’s saved successfully in our plugin’s Custom CSS section? If it is, and it’s still not working, then try adding the following to the Custom JavaScript section beneath it instead:

    $('#cff .emoji').css({
        'width': 18,
        'margin-right': '3px'
    });

    Let me know whether that helps to deflate them a little bit.

    Thread Starter Mark

    (@wizzersays)

    Hey @smashballoon

    The snippet WAS saved in the plugin CSS but following your comment I figured maybe the Thrive architect plugin was overriding in some way. I therefore tried removing the code from the plugin CSS and added to the page CSS and it is now working fine

    Thanks very much for your help

    Mark

    • This reply was modified 6 years, 9 months ago by Mark.
    Plugin Author smashballoon

    (@smashballoon)

    No problem Mark, glad I could help!

    If you have any other questions or issues at all then just let me know.

    John

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Emoji Size’ is closed to new replies.