Hi,
Please have a look at the below link. After posting a comment, the profile photo of the commenter is too large, and overlaps the elements surrounding it.
How do I fix this?
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 {
width: 92px;
}
Hope this helps !
I have the same problem, and your codes did not fix the problem..
You can add the following code to the style.css file:
.dwqa-container .dwqa-list-question .avatar {
width: 15px !important;
height: 15px !important;
}
Hope this helps !
FYI for other non-programmers =):
style.css in inc/templates/default/assets/css
.dwqa-single-question .dwqa-comment-author .avatar {
width: 32px;
}
Please login or Register to submit your answer