Gutter Width and Line Space in Forms 2.0 | Community
Skip to main content
January 31, 2014
Question

Gutter Width and Line Space in Forms 2.0

  • January 31, 2014
  • 4 replies
  • 1890 views
Hello

Does anyone know how to change the gutter width (the space in between the field and the value) and the line space (the space in between each field) ?

This functionality used to be available in forms 1.0 but I don't see it anymore in the new version. I asked marketo support about it but they said that I'll need to create a custom css for that. Does anyone know 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.

4 replies

January 31, 2014
"gutter width"
.mktoForm .mktoLabel {margin-right: 10px} <-- Replace value with your desired value.

"line space":
.mktoForm .mktoFormRow {margin-bottom:10px} <-- Replace value with your desired value.
January 31, 2014
Thanks Jason,

has this worked for you? I copy/pasted that into the custom css portion of my form and it is still not working
January 31, 2014
Works for me once I deploy the form; it does not show up in the preview in the Form Editor.
Joke_Van_Essche
Level 2
December 16, 2014
For me, this is not working. Not even when I deploy... Desperately looking for a way to minimize the whitespaces between all fields! (in height)