Drupal Technical
[SOLVED][Drupal Webform] How to increase the size of a selectbox in a Webform?
A few Drupal users wanted to know how to increase the size of a selectbox in a Webform. If you are faced with the same question with a Webform in your Drupal site then read on to know the possible workarounds.
Here are the possible solutions that should get you going on your way.
- The easiest solution is to use CSS in your theme to size the selectbox.
.webform-component-my-select select { height: 200px; }
- You could also try substituting the selectboxes with checkboxes or radio buttons as they are a better solution than mulitple select boxes
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.
Reference: http://drupal.org/node/1090828