Shakib Taha
asked 6 years ago

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>

2 Answers
DominicStaff
answered 6 years ago

Please send me your site URL for further checking.

Shakib Taha
answered 6 years ago

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,

Dominic Staff
replied 6 years ago

Please add the following code to the style.css file to resize the comment box:
.dwqa-comment-form .comment-form textarea {
height: 100px !important;
}

Shakibt
replied 6 years ago

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!

Powered by DW Question & Answer Pro