bryan alman
asked 9 years ago

I was wondering why in the question list page, the profile picture of the author is very blurry.

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

Please help..

2 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file.

.dwqa-container img {
  height: auto !important;
  width: auto !important;
}

Then open the wp-content\plugins\dw-question-answer\inc\actions-question.php file. Find the line 27 then change the avatar size here:(eg: 66)
$author_avatar = get_avatar( $author_id, 12 );
See the screenshot: http://prntscr.com/7qzptj
Hope this helps !

bryan alman
answered 9 years ago

Problem solve. Thank you.

Powered by DW Question & Answer Pro