May 30, 2020 3:31 pm
Hi! 🙂
I bought few days ago the emoticons plugin, very nice and usefull.
But actually I saw that it insert a blank space before and after the emoticon. And for my forum, I really need no space between them.
Is it possible to fix this, maybe with the CSS or other thing?
Thanks eveyrone ^_^
8 Replies
May 30, 2020 4:19 pm
add this to custom css
.wpforo-post-content-inhalt .wpfem {
margin-left: 0 !important;
margin-right: 0 !important;
}