Title: Decrease Margin
Last modified: August 23, 2021

---

# Decrease Margin

 *  Resolved [oreroy](https://wordpress.org/support/users/oreroy/)
 * (@oreroy)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/decrease-margib/)
 * Hello
    In one of my Forminator forms I am using the HTML field (The orange rectangle):
   [https://nimb.ws/KLI95C](https://nimb.ws/KLI95C) However I want the HTML field
   to appear like its part of the next field (Email 1), is there a way to decrease
   the margin between HTML & EMAIL 1. Thank you
    -  This topic was modified 4 years, 8 months ago by [oreroy](https://wordpress.org/support/users/oreroy/).
    -  This topic was modified 4 years, 8 months ago by [oreroy](https://wordpress.org/support/users/oreroy/).

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

 *  Plugin Support [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * (@wpmudev-support8)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/decrease-margib/#post-14795933)
 * Hi [@oreroy](https://wordpress.org/support/users/oreroy/)
 * I hope you’re well today!
 * You can use a small “css trick” to move the HTML field down and/or move th e-
   mail field up.
 * To move HTML field down:
 *     ```
       #html-1 {
       	margin-bottom:-20px;
       }
       ```
   
 * To move e-mail field up:
 *     ```
       #email-1 {
       	margin-top:-20px;
       }
       ```
   
 * You can use any of these codes or both at ones. You may want to adjust he -20px
   value to “fine tune” the position of these fields, just remember to keep it negative
   as in example above.
 * You may also need to adjust fields’ IDs but if there’s only one HTML and one 
   e-mail field they’ll most likely are already correct.
 * To add this to the site, simply put the code into “Appearance -> Customize ->
   Additional CSS” option on site.
 * Note: you may need to clear all caches (including browser) to see changes.
 * Best regards,
    Adam
 *  Thread Starter [oreroy](https://wordpress.org/support/users/oreroy/)
 * (@oreroy)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/decrease-margib/#post-14796013)
 * Thank you Adam
    But unfortunately that didnt work, also I do have more than one
   field in different forms that have the id name “html-1”. I only need to remove
   the margin in a specific form and i cant find away to change the id name.
 * Is it possible to create an additional CSS class here:
    [https://nimb.ws/EByRea](https://nimb.ws/EByRea)
 *  Plugin Support [Nebu John – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport14/)
 * (@wpmudevsupport14)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/decrease-margib/#post-14798563)
 * Hi [@oreroy](https://wordpress.org/support/users/oreroy/),
 * Yes, you can add an additional class to apply unique CSS for the field. Can you
   please give that a try? If you are still noticing the issue, can you please share
   the URL where we can find the form so that we can help you further?
 * Best Regards,
    Nebu John
 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/decrease-margib/#post-14816725)
 * Hi [@oreroy](https://wordpress.org/support/users/oreroy/)
 * I hope you are doing well and safe!
 * We haven’t heard from you in a while, I’ll mark this thread as resolved.
 * Feel free to let us know if you have any additional questions or problems.
 * Best Regards
    Patrick Freitas

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

The topic ‘Decrease Margin’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/decrease-margib/#post-14816725)
 * Status: resolved