Notifications
Clear all

[Solved] Display issue

8 Posts
2 Users
1 Likes
819 Views
Posts: 30
Customer
Topic starter
(@steelbookpro)
Member
Joined: 7 years ago

Hello,

Since the last update of wpdiscuz, I have a problem with emoticons display. You can see it in the picture : emoticons are all at the left and they are framed. Do you have an idea of ​​the problem ? 
Thanks ! 

image
Untitled 1g
7 Replies
Astghik
Posts: 5901
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

@steelbookpro,

Please leave the example URL to allow us to check the issue. 

5 Replies
Customer
(@steelbookpro)
Joined: 7 years ago

Member
Posts: 30
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5901

@steelbookpro,

Use the CSS code below: 

#wpdcom .wpd-comment-text img{
       float: none;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

Customer
(@steelbookpro)
Joined: 7 years ago

Member
Posts: 30

@astgh : thanks, it works, but there is still the frame around the emoticons. Do you have an idea of ​​the problem ?

Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5901

@steelbookpro,

This is again a small CSS conflict with the theme or other plugins.

The code below should solve the issue:

#wpdcom .wpd-comment-text img {
   float: none;
   border: none;
   padding: 0;
}

The code in the previous post can be removed. 

Customer
(@steelbookpro)
Joined: 7 years ago

Member
Posts: 30

@astgh : thank you very much, it's work ! 👍

Astghik
Posts: 5901
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

BTW, your topic has been moved to the correct forum. 

Share:
Scroll to top