Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sharazghouri/b3f4aabb5489f305064c6c528da54140 to your computer and use it in GitHub Desktop.
Save sharazghouri/b3f4aabb5489f305064c6c528da54140 to your computer and use it in GitHub Desktop.
CSS: Full Width Gravity Forms
.gform_wrapper {
form .gform_body .ginput_complex input[type=text] {
width:100% !important;
}
input, input[type=text], select, textarea {
width:100% !important;
@include box-sizing(border-box);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment