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