zoheb127
asked 9 years ago

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.

http://bit.ly/1IvgzvO

How do I fix this?

1 Answers
DominicStaff
answered 9 years ago

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 !

postik
replied 9 years ago

I have the same problem, and your codes did not fix the problem..

http://www.postinger.ph/online-forum/

dominic Staff
replied 9 years ago

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 !

jn98
replied 9 years ago

FYI for other non-programmers =):
style.css in inc/templates/default/assets/css

.dwqa-single-question .dwqa-comment-author .avatar {
width: 32px;
}

Powered by DW Question & Answer Pro