Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #498634

    Hi, I am almost done with this form layout.

    There seems to be conflicting CSS with enfold and gravity forms as only two fields have extra padding that I cannot remove. See in the included link the fields “Project description” and File Upload” have lots of extra padding at the bottom that I would like to remove so that that it looks the same as the other field… this also seems to happen around where the submit button is.

    Thank you for your help!

    #498728

    Hi sscene!

    Drag a codeblock element to your page content and add this inside.

    <style type = "text/css">
    textarea, #field_1_6, #field_1_9 {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
    }
    </style>

    Cheers!
    Elliott

    #498768

    perfect!

    #499036

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Gravity Forms + enfold css’ is closed to new replies.