Kris Takahashi
asked 9 years ago

Just updated today, and the avatar icons are huge and overlap the text.

http://3dnpc.com/question/cant-find-the-beggar-in-order-to-start-the-quest-stolen-property/

Any way to 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-date .avatar {display: none;}
Hope this helps !

kristakahashi
replied 9 years ago

It worked! Thank you!

postik
replied 9 years ago

Hi, I have the same problem with Kris, but this code did not fix my problem..
See it here: 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 !

Powered by DW Question & Answer Pro