Plugin Update Issues
3
Posts
2
Users
2
Reactions
1,006
Views
Jun 16, 2022 11:08 pm
As of yesterday, the Avatars are now bigger or moved and are blocking the first few words of every comment.
I tried disabling the Avatar Cache options and deleting all other caches and clearing the cache on the website, but the Avatars are still covering parts of the comments.
This is true for both PC users, as well as Mobile.
Please Advise, thank you.
2 Replies
Jun 17, 2022 4:36 am
@coloradopathologicalpatrol,
Use the CSS code below:
#wpdcom .wpd-comment .wpd-avatar img.avatar{ position: static !important; }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all kinds of caches and check again.