Skip to content

Instantly share code, notes, and snippets.

@spivurno
Last active June 4, 2019 19:03
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save spivurno/f15be688065b99f7c23f94f1a5b63411 to your computer and use it in GitHub Desktop.
Save spivurno/f15be688065b99f7c23f94f1a5b63411 to your computer and use it in GitHub Desktop.
Gravity Wiz // Gravity Forms // Horizontal Form Helper Styles
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
padding-top: 0 !important;
}
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
margin-bottom: 0 !important;
}
.gf_simple_horizontal_wrapper li.hidden_label input {
margin-top: 0 !important;
}
body .gf_simple_horizontal_wrapper .top_label div.ginput_container {
margin-top: 0 !important;
}
.gf_simple_horizontal div.gform_footer.top_label {
width: auto !important;
vertical-align: top !important;
}
.gf_simple_horizontal div.gform_body {
width: auto !important;
}
.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
line-height: 26px;
font-size: 13px;
padding: 0 24px;
text-transform: uppercase;
letter-spacing: 1px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment