OK, I added this to my css and it seems to have solved the problem.
.textarea-box {
width: 100% !important;
}
But does anyone have any idea why it would look one way in development but another on the live site?
I sincerely have no idea 🙂 Sometimes file get corrupted during upload, it’s just a guess though.
How did you transfer your website?
Kind regards,
Marius
Hi,
Are you using Jetpack on your site? 🙂
Regards,
Hardeep
Marius, I transferred using FTP.
Hardeep, yes I am using Jetpack.
Cheers,
Aaron.
Hello Aaron,
Did you use ASCII or Binary Transfer mode when uploading? I’ve found that ASCII sometimes causes issues for me, I always use Binary Mode.
Anyway, I think the issue was what Hardeep said, it’s because of the Jetpack plugin.
Kind regards,
Marius
Hello,
I have the same problem that aharmer, but I copy the code in my css (inside Contac Us section) and it does not works.
My web is: http://www.osteogenos.com/canaldeconsulta/
Do you have any idea what can I could do?
Thanks a lot.
Also add the following CSS:
.contact-form input[type="email"], .contact-form input[type="text"] {
width: 100%;
max-width: 100%;
}
Regards,
Hardeep