Large Icons in Social Feed

  • Issue description: I am using the Social Feed on a few websites built with WordPress. For some reason, when an icon is included in the post it displays very large. Has anyone else seen this/know a way to fix it?

  • Link to the page with the widget in question: https://tlc4blind.org/

Here are screen shots of the feed (note the size of the blue heart and star icons which are normal size in the actual FB posts):

2 Likes

Here’s what the actual post looks

like:

2 Likes

Hi there and welcome aboard, @Ryan_Drake :waving_hand:

The issue occurred because of the conflict with the styles of your website and we’ve fixed it with this code added to the Custom CSS field on the Style tab of your widget’s settings:

.swiper-wrapper .emoji {
  height: 11px !important;
}

Please check it out and let me know if it’s fine now :slightly_smiling_face:

3 Likes

Looks like that did it, thanks!

2 Likes

Perfect, you’re welcome :wink:

1 Like