I'm trying to eliminate the gutter width for one specific field on a Marketo 2.0 Form. I've tried the code below and haven't been able to get it to work, width is stuck at 10px. Can someone point me in the right direction?
.mktoGutter .mktohaswidth[for="C_Comments"] {
width: 0px!important;
}
CSS is case sensitive.
Also should always include a link to your form.
Hi Lucho,
What you need here is a CSS guru
Otherwise, I remember a JS from Sanford Whiteman that would add some "wrapper" to the form fields, making easier to style them.
-Greg