Hi all,
is ther a method to prevent user to edit textarea size?
Thanks
Gg
Hi all,
is ther a method to prevent user to edit textarea size?
Thanks
Gg
hi
I am not getting what you need, can you please explain more.
I have a textarea but I dont want user to resize it by clicking on the bottom right and moving. Is it possibile?
Hi
Just add this line to your themes default css file which will be style.css
.wpcf7-textarea { resize: none; !important; }
Hope it will help you.
Thanks a lot!
You must log in to post.