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!
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
perfect!
