Ludovic Samuel Clain
asked 4 years ago

Hi there,
As I write a comment, the writing field stretches endlessly.
Screenshot -> https://i.imgur.com/AVbLDMY.jpg
My regards,
Ludovic

3 Answers
DominicStaff
answered 4 years ago

In this case, you can try the following code, please add the code to the style.css file.

.dwqa-comment-form .comment-form textarea {
    height: 100px !important;
    overflow-Y: auto;
}
Ludovic Samuel Clain
answered 4 years ago

It’s a DIY that works halfway: now I can’t enlarge the comment window anymore ➡︎ https://www.screencast.com/t/1UcIpgjaQq9

Dominic Staff
replied 4 years ago

Please send me username & password of your site and we will check and help you resolve this issue.

DominicStaff
answered 4 years ago

Very hard to access your site for further checking, I have created an account to check but can not get the email activation. I have sent this issue to our technical team about this issue, we will check and discuss about it.

Ludovic Samuel Clain
replied 4 years ago

I closed my website for you, you were in the wrong place, if you don’t follow my instructions it’s normal that it fails for you. Give me a Skype, eventually we can discuss in live.

Dominic Staff
replied 4 years ago

At the moment, our team not support via skype. you can contact us via Livechat. also, you should let us can access the site and check this issue, or you can send the theme package for me.

Ludovic Samuel Clain
replied 4 years ago

I have to give you super admin access so that you can access the css functions, but if you don’t follow my instructions and do anything on my sites I am not confident, give me the procedure so that I can live guide

Dominic Staff
replied 4 years ago

Yes, I know about that. I sent and notified to our technical team about this issue, we are checking about it.

Dominic Staff
replied 4 years ago

You can try the following code in the style.css file:

.dwqa-comment-form .comment-form textarea {
-webkit-transition: unset !important;
-o-transition: unset !important;
transition: unset !important;
}

Ludovic Samuel Clain
replied 4 years ago

Hi there,
your trick worked, thank you!
My regards,
Ludovic

Dominic Staff
replied 4 years ago

Okay, Let me know if you have any issues or questions.

Powered by DW Question & Answer Pro