Hi Guys,
so the issue is that – when i type ANYTHING (even a back space etc.), the height attribute keeps on increasing…
Snippet/Class (dwqa-single-question):
<textarea class=”dwqa-comment-text” name=”comment” placeholder=”Comment” rows=”2″ aria-required=”true” style=”height: 192px;”></textarea>
Please send me your site URL for further checking.
Hey Dominic,
I have created a Test Account for you. Use this when you need to log in to try to comment.
username: [email protected]
password: testing123
(lowercase)
try the question here: https://www.thehanbalimadhhab.com/QandA/testing
(it is private so login to see it).
thanks,
Please add the following code to the style.css file to resize the comment box:
.dwqa-comment-form .comment-form textarea {
height: 100px !important;
}
Excellent, Thanks!
Tried simulating the same in templates/assets/css/style.css [direct] but does not seem to do the same.
I guess the standard style.css will have to do for now…
Thanks!
Please login or Register to submit your answer