Emojis blown up on desktop view – Hello Niche

QuestionsCategory: QuestionsEmojis blown up on desktop view – Hello Niche
Ashley Picanco asked 8 months ago

I feel like this happened after a recent update, but I’m not totally sure.  Any emojis in my blog posts are now absolutely massive. It seems to only be on the desktop version, because when I view my blog on my iphone it looks normal.  I’m using the Hello Niche theme. Any help would be very much apprecited! It’s been like this for a couple weeks. Here’s a link to a blog post so you can see: https://themintedfox.co/struggling-with-low-email-open-rates/

1 Answers
Jennifer Staff answered 8 months ago

There is not anything in the theme that controls the size of the emojis, so they are just going to 100% max content automatically.  You can add this to your additional CSS in the customizer, and then modify based on how big/small you want them.  
 
.emoji {
max-width: 30px;
}

Jennifer Staff replied 8 months ago

Think 20px may be better than 30, but again, you can play around with that number to get the size you want.

.emoji {
max-width: 20px;
}

Ashley Picanco replied 8 months ago

This fixed it! I went with 20px. Thank you so much!