I need to disable textarea horizontal resize. Sometimes I want to allow vertical resize on the textarea.
Whenever I create a contact us page the textarea is making my
You can put this in the CSS file:
textarea { resize: none; }