Emojis blown up on desktop view – Hello Niche
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/
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;
}
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;
}
This fixed it! I went with 20px. Thank you so much!
Please login or Register to submit your answer
