• Resolved oreroy

    (@oreroy)


    Hello
    In one of my Forminator forms I am using the HTML field (The orange rectangle):
    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 3 years, 6 months ago by oreroy.
    • This topic was modified 3 years, 6 months ago by oreroy.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @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

    (@oreroy)

    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

    Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    Hi @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

    (@wpmudevsupport12)

    Hi @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.