SOLVED

Adjust form field height

Go to solution
Anonymous
Not applicable

Adjust form field height

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

Accepted Solutions
Anonymous
Not applicable

Re: Adjust form field height

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
Anonymous
Not applicable

Re: Adjust form field height

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. 
Anonymous
Not applicable

Re: Adjust form field height

Thanks Jeffrey, it works!
Anonymous
Not applicable

Re: Adjust form field height

You're welcome! Please mark as Answered so that others can take advantage of this info 🙂 
Joke_Van_Essche
Level 3

Re: Adjust form field height

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)