Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3744007
Emoji size issue
Open

Comments

  • clementguesnetpro started the conversation

    Hello, when I insert emojis into a paragraph on WordPress, here's what happens: the images are way too large. I want to create a table of contents, but the emojis appear disproportionately sized.

    Is this issue related to the template or the website itself?

    Additionally, the emojis appear small on mobile but too large on desktop.

    Attached files:  Probleme.PNG
      Intégration.PNG

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .post-entry .emoji {
      max-width: 20px;
      display: inline-block;
    }

    Regards,
    PenciDesign.