Y H
asked 9 years ago

Is there a way to fix the cramped comment view issue in wordpress? See here what I mean.

Also, can I change the "Staff" tag?

1 Answers
DominicStaff
answered 9 years ago

Hi,
About the comment section, you can add the following code to the style.css file to change the comment width:

.dwqa-single-question .dwqa-comment-author .avatar {
   width: 32px;
}
@media (min-width: 480px) {
.dwqa-single-question .dwqa-comment-form {
  padding-left: 10px;
}
}

Also, if you want to change the "Staff" Tags, you can open the the following files:

#: inc/templates/default/content-answer.php line 79
#: inc/templates/default/content-comment.php line 12

Hope this helps !

lonahora
replied 9 years ago

Can I enter the the style.css from the wordpress panel? If it’s possible, how can I find it? in the Plugin Files of DW Q&A I can’t find a style.css…

dominic Staff
replied 9 years ago

You can log in to Dashboard > Appearance > Editor > style.css file

Powered by DW Question & Answer Pro