Notifications
Clear all

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.

 

wpForo 1.x.x [Solved] Space before and after emoticons

9 Posts
4 Users
2 Reactions
1,270 Views
Posts: 10
Topic starter
(@kevin-m)
Active Member
Joined: 5 years ago

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 ^_^

Topic Tags
8 Replies
Posts: 990
Moderator
(@martin)
Support Team
Joined: 9 years ago

Hi @kevin-m,

Could you please leave some URL to a topic where we can check it?

1 Reply
(@kevin-m)
Joined: 5 years ago

Active Member
Posts: 10

@martin here it is : http://www.astrologieuranienne.com/forum/main-forum/bienvenue-sur-le-forum-dastrologie-uranienne/

 

As you can see at the end of the first post, I put some emoticons of planets, but there space between every of them. And it's not a pad or a margin. It's really a blank space. Even if I edit my post to delete them, once post, they're back :/

Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@kevin-m

add this to custom css

.wpforo-post-content-inhalt .wpfem {
margin-left: 0 !important;
margin-right: 0 !important;
}
5 Replies
(@kevin-m)
Joined: 5 years ago

Active Member
Posts: 10

@tutrix thanks, but that's not a margin problem ^^ but a real space problem.

I tried this code, but didn't work.

Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@kevin-m,

Do you mean this?

If so, just use this CSS code and delete all caches:

#wpforo #wpforo-wrap #wpfe-wrap .wpfe-item {
    margin: 0 5px;
}


BTW, could you please disable the Invisible reCAPTCHA on forum pages? I see two reCAPTCHA, it's not correct. wpForo adds reCAPTCHA checkbox in the form, you should disable the other Invisible reCAPTCHA plugin.

(@kevin-m)
Joined: 5 years ago

Active Member
Posts: 10

@robert no actually it's not a margin problem, it's a space problem in the post itself.

Ok for reCAPTCHA. Didn't know.

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@kevin-m

#wpforo #wpforo-wrap .wpforo-post-content img.wpfem {
margin-left: 0 !important;
margin-right: 0 !important;
}

See attachment

(@kevin-m)
Joined: 5 years ago

Active Member
Posts: 10

@tutrix you're a geniiiiuuuus 😄 Thank you so much ❤️ ❤️ ❤️