Forms 2.0 - Eliminate Gutter Width on 1 Field | Community
Skip to main content
Lucho_Soto
Level 5
January 3, 2017
Question

Forms 2.0 - Eliminate Gutter Width on 1 Field

  • January 3, 2017
  • 2 replies
  • 1122 views

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;

}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

SanfordWhiteman
Level 10
January 3, 2017

CSS is case sensitive.

Also should always include a link to your form.

Grégoire_Miche2
Level 10
January 3, 2017

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