Change the size of a CCK input field

There appears to be two ways to alter the width of a cck textfield if the widget does not offer that option within its configuration settings.

1. Change it via css

#edit-field-list-phone-1-value {
  width: 100px;
}

2. Change it via a custom module

This link tells you how.