[SOLVED][Drupal Webform] Webform Text area size cannot be changed.

| | 1 min read

A handful of Drupal users were complaining that the Webform Text area size cannot be changed even after altering the value in the Width Setting field. If you are facing the same scenario with Drupal webform in your Drupal site then read on to know the possible solution.

Here is the workaround.

  • First of all you have to realize that the Width setting field will not have a visual impact if the current theme on your Drupal site overrides the default behavior.
  • To get around this you can either disable the style provided by the current theme or
  • you could add a CSS style like the following example to your current theme
    .form-textarea-wrapper textarea {
      width: auto;
    }

Hope that helps.

The easiest way to solve a Drupal issue is to hand it to the Drupal experts. We can provide a wide range of Drupal services to help you maintain and manage your Drupal websites. Get in touch with us to know more.