(Please replace the [dot]com with .com in the above link). you can see a comment, in comment the size of the avatar increases, which blocks the name of the person who comment. How to fix it. More over, all these question are indexable by google?
1 Answers
Hi,
To resolve this issue, you can add the following code to the style.css file:
.dwqa-single-question .dwqa-comment-author .avatar {
left: 16px;
width: auto;
}
Hope this helps !
Thank you so much, my problem is solved 🙂
Please login or Register to submit your answer