SOLVED

Re: Adjust form field height

Go to solution
Anonymous
Not applicable
I'm trying to adjust the hight of a field in a form (adjust the space between 2 fields). Does anyone have any suggestions how to do that?

Tags (1)
1 ACCEPTED SOLUTION
Anonymous
Not applicable
My instinct is to always go with a css solution: 

.mktoForm * {

padding-top: 5px !important;

}

If you are handy with css you could try using a Rich Text field between the fields to add additional space. 

View solution in original post

4 REPLIES 4
Joke_Van_Essche
Level 3
How come this is not working for me.... Not even when I deploy... Desperately looking for a way to minimize the whitespaces between all fields! (in height, Forms 2.0)
Anonymous
Not applicable
You're welcome! Please mark as Answered so that others can take advantage of this info 🙂 
Anonymous
Not applicable
Thanks Jeffrey, it works!
Anonymous
Not applicable
My instinct is to always go with a css solution: 

.mktoForm * {

padding-top: 5px !important;

}

If you are handy with css you could try using a Rich Text field between the fields to add additional space.