-
LeisteGefragt am 24. Oktober 2024 um 10:24
-
Royce Jotform SupportGeantwortet am 24. Oktober 2024 um 11:21
Hi Eric,
You can use a custom CSS code on Inject Custom CSS to reduce the gap between Paragraph field and Single Choice field. You can clone my demo form, or you can do it on your end. Let me show you how to do it:
1. Copy the custom CSS code below:
/*To reduce the gap between Paragraph field and Single Choice field*/
#id_299 {
margin-top: -70px !important;
}
/*Ends here*/
2. In Form Builder, click on the Paint Roller icon on the upper-right part of the screen.
3. Click on the Styles tab next to the Colors tab.
4. Scroll down, paste the custom CSS code on Inject Custom CSS field.
That's it. Give it a try and let us know if you have any other questions.