Title: Additional Fields Modifications
Last modified: August 31, 2016

---

# Additional Fields Modifications

 *  [rsoriano1215](https://wordpress.org/support/users/rsoriano1215/)
 * (@rsoriano1215)
 * [10 years ago](https://wordpress.org/support/topic/additional-fields-modifications/)
 * I just purchased the professional version and I have a site setup to upload files.
   I created several “Additional Fields” and I would like to change the height and
   length of the input fields and add spaces(LF/CR) between them. My site is [http://www.direcconnectionmail.com/upload-a-file/](http://www.direcconnectionmail.com/upload-a-file/)
 * Can someone help me with this please?
 * -RS
 * [https://wordpress.org/plugins/wp-file-upload/](https://wordpress.org/plugins/wp-file-upload/)

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

 *  Plugin Author [nickboss](https://wordpress.org/support/users/nickboss/)
 * (@nickboss)
 * [10 years ago](https://wordpress.org/support/topic/additional-fields-modifications/#post-7394483)
 * Hi, I tried to open your page but it returned an error.
 * Nevertheless, here is how to do it:
 *  1. Use the visual editor of the plugin and go to Dimensions tab. There you will
   be able to define the width and height of the user fields.
 *  2. Using css. You can add css rules (in Custom CSS area of your theme or inside
   the Custom CSS area of the plugin if you have the Pro version) for sizing and
   positioning the fields as you like. This is a better approach because you can
   configure each field separately but requires some knowledge about css.
 * I can help you on this if you want.
 * Nickolas
 *  Thread Starter [rsoriano1215](https://wordpress.org/support/users/rsoriano1215/)
 * (@rsoriano1215)
 * [10 years ago](https://wordpress.org/support/topic/additional-fields-modifications/#post-7394549)
 * Nickolas,
 * Sorry I posted the URL incorrectly it is [http://www.directconnectionmail.com/upload-a-file/](http://www.directconnectionmail.com/upload-a-file/)
 * Thank you for offering to help, would you mind providing me example code on changing
   the field height/lenght and adding (LF/CR) between the fields?
 * -RS
 *  Plugin Author [nickboss](https://wordpress.org/support/users/nickboss/)
 * (@nickboss)
 * [10 years ago](https://wordpress.org/support/topic/additional-fields-modifications/#post-7394636)
 * Hi, put the following css code inside the Custom CSS area of your theme:
 *     ```
       label.file_userdata_label {
           width: 158px;
       }
   
       div.file_userdata_container {
         margin: 4px 0 12px 0;
       }
       ```
   
 * let me know if looks better
 * Nickolas
 *  Thread Starter [rsoriano1215](https://wordpress.org/support/users/rsoriano1215/)
 * (@rsoriano1215)
 * [10 years ago](https://wordpress.org/support/topic/additional-fields-modifications/#post-7394646)
 * Hey that looks much better I tweaked it a bit. Can each individual field be modified?
   If so what would that syntax be? I really appreciate all your help on this!
 * -RS
 *  Plugin Author [nickboss](https://wordpress.org/support/users/nickboss/)
 * (@nickboss)
 * [10 years ago](https://wordpress.org/support/topic/additional-fields-modifications/#post-7394659)
 * to change the width of the input box of the first field it is like this:
 * input#userdata_1_field_0 {
    width: 200px; }
 * the second is
 * input#userdata_1_field_1 {
    width: 200px; }
 * and goes on…
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [10 years ago](https://wordpress.org/support/topic/additional-fields-modifications/#post-7394735)
 * > I just purchased the professional version
 * For pro or commercial product support please contact the author directly on their
   site.
 * [https://www.iptanus.com/contact/](https://www.iptanus.com/contact/)
 * As the author is aware, commercial products are [not supported in these forums](http://codex.wordpress.org/Forum_Welcome#Commercial_Products).
   As you are their customer I am sure they will have no problem supporting you 
   there.

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

The topic ‘Additional Fields Modifications’ 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/)

 * 6 replies
 * 3 participants
 * Last reply from: [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/additional-fields-modifications/#post-7394735)
 * Status: not resolved