Title: Fields, Styles
Last modified: August 21, 2016

---

# Fields, Styles

 *  [NM6](https://wordpress.org/support/users/himahuja/)
 * (@himahuja)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/fields-styles/)
 * First,
 * Thank you for a perfect plugin. I must have searched and tested more than half
   a dozen plugins, but this one worked as a charm right first time.
 * A couple of issues-
 * 1. The form fields add a lot of white space above and below the – div.ugc-input-
   wrapper. And br tags. How can I remove them? I tried doing that with css but 
   no success.
 * 2. After the submit button, there are still some fields that take up space though
   they are hidden. And im inserting the form between article so plain white space
   looks very bad. Any idea on how to remove that?
 * thanks in advance,
    him
 * [http://wordpress.org/plugins/frontend-uploader/](http://wordpress.org/plugins/frontend-uploader/)

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

 *  Plugin Author [Rinat](https://wordpress.org/support/users/rinatkhaziev/)
 * (@rinatkhaziev)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/fields-styles/#post-4192398)
 * Hey,
 * Thanks! You can still solve the issue with CSS:
 *     ```
       .ugc-inner-wrapper .ugc-input-wrapper {
       padding: 0 0 !important;
       }
       ```
   
 * This way it won’t display any hidden fields as white spaces.
 * Thanks for bringing the issue to my attention though.
 *  Thread Starter [NM6](https://wordpress.org/support/users/himahuja/)
 * (@himahuja)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/fields-styles/#post-4192406)
 * Thanks Rinat,
 * The padding declaration took care of the hidden fields below the form.
 * But still there are 3 divs under the submit button that are taking up space wrapped
   in class .ugc-input-wrapper. All 3 have hidden attribute and are of – upload,
   post id and form_layout.
 * Also, how do I still remove the BR tags that are adding space between the form
   fields? Are they somewhere in the code files that I can remove them from?
 * thanks,
    him

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

The topic ‘Fields, Styles’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/frontend-uploader_81a69d.svg)
 * [Frontend Uploader](https://wordpress.org/plugins/frontend-uploader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/frontend-uploader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/frontend-uploader/)
 * [Active Topics](https://wordpress.org/support/plugin/frontend-uploader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/frontend-uploader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/frontend-uploader/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [white-space](https://wordpress.org/support/topic-tag/white-space/)

 * 2 replies
 * 2 participants
 * Last reply from: [NM6](https://wordpress.org/support/users/himahuja/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/fields-styles/#post-4192406)
 * Status: not resolved