Adjust form field height | Community
Skip to main content
February 24, 2014
Solved

Adjust form field height

  • February 24, 2014
  • 4 replies
  • 2930 views
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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
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. 

4 replies

Joke_Van_Essche
New Participant
December 16, 2014
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)
February 24, 2014
You're welcome! Please mark as Answered so that others can take advantage of this info :) 
February 24, 2014
Thanks Jeffrey, it works!
Accepted solution
February 24, 2014
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.