Forms 2.0 - Eliminate Gutter Width on 1 Field

Lucho_Soto
Level 5

Forms 2.0 - Eliminate Gutter Width on 1 Field

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;

}

Tags (1)
2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Forms 2.0 - Eliminate Gutter Width on 1 Field

CSS is case sensitive.

Also should always include a link to your form.

Grégoire_Miche2
Level 10

Re: Forms 2.0 - Eliminate Gutter Width on 1 Field

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