Title: Resizing Additional Data Fields (User Fields)
Last modified: February 27, 2021

---

# Resizing Additional Data Fields (User Fields)

 *  Resolved [jimhunterabdn](https://wordpress.org/support/users/jimhunterabdn/)
 * (@jimhunterabdn)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/resizing-additional-data-fields-user-fields/)
 * Hi Nickolas
 * Great plugin which is proving very useful. Apologies if this has been asked before–
   if it has, I can’t find it! I’m running the latest Version 4.14.4.
 * As you can see from my web page, I’m using three Additional Data Fields (also
   referred to as User Fields). The first two are for Simple Text/Dropdown with 
   single word entries. The third is for Multiple Lines Text which can contain much
   more (several hundred characters). It would be pleasing if the input area for
   the last was much bigger than the first two so that the user could see their 
   entry. I know the text area can scroll but …
 * Under Settings/Placements you allow for two different User Fields (1 and 2) to
   be placed separately. However when it comes to Dimensions, you only allow values
   for both under ‘User Fields Value’. I think my problem would be solved if you
   allowed different dimensions for the two i.e. ‘User Fields Value 1’ and ‘User
   Fields Value 2’
 * Thoughts? Or suggestions on how I could achieve what I’d like …
 * Jim Hunter
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresizing-additional-data-fields-user-fields%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [nickboss](https://wordpress.org/support/users/nickboss/)
 * (@nickboss)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/resizing-additional-data-fields-user-fields/#post-14123454)
 * Hi, your problem can be solved with css.
 * Try the following. Just put in in Custom CSS area of your theme.
 *     ```
       textarea#userdata_1_field_2 {
           min-height: 150px;
       }
       ```
   
 * Regards
 * Nickolas
 *  Thread Starter [jimhunterabdn](https://wordpress.org/support/users/jimhunterabdn/)
 * (@jimhunterabdn)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/resizing-additional-data-fields-user-fields/#post-14124907)
 * Perfect – worked a treat. Very many thanks. Jim

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Resizing Additional Data Fields (User Fields)’ is closed to new replies.

 * ![](https://ps.w.org/wp-file-upload/assets/icon-256x256.png?rev=3252590)
 * [Iptanus File Upload](https://wordpress.org/plugins/wp-file-upload/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-file-upload/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-file-upload/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-file-upload/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-file-upload/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-file-upload/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [jimhunterabdn](https://wordpress.org/support/users/jimhunterabdn/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/resizing-additional-data-fields-user-fields/#post-14124907)
 * Status: resolved