My text area is not expanding horizontally when I increase the number of columns. It is stuck at around 5 columns or so. No matter how big I increase it, it stays the same size. The rows change with no problem.
This happens no matter where I put a text area on my WordPress website. Leads me to believe it’s a styling issue, but I don’t know what’s causing it.
<textarea name="message" rows="3" cols="40"></textarea>
Another way is using CSS. L
You can change width, height as you wish.
you must have in your css something like bellow :