Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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;
}