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
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 !
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…
You can log in to Dashboard > Appearance > Editor > style.css file
Please login or Register to submit your answer