Re: Gutter Width and Line Space in Forms 2.0

Anonymous
Not applicable
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?
Tags (1)
4 REPLIES 4
Joke_Van_Essche
Level 3
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)
Anonymous
Not applicable
Works for me once I deploy the form; it does not show up in the preview in the Form Editor.
Anonymous
Not applicable
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
Anonymous
Not applicable
"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.