Survey form issues with the textarea

Survey form is complete except for the textarea. when going to mobile it is not resizing with the rest of the page. I’ve tried several things but I’m not able to find it. Also any feedback with my code is appreciated.

https://codepen.io/BearMechanic/pen/abBPXRb

Your text area’s width is currently based on how many columns you have it set to, which you currently have at 73. When you size it down, 73 columns is far outside your form length.
What you can do is set your “#guitar-contribute” width to be based on the size of it’s container.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.