Skip to content

Instantly share code, notes, and snippets.

@edirpedro
Created November 10, 2015 18:27
Show Gist options
  • Save edirpedro/b3364465931d949d071c to your computer and use it in GitHub Desktop.
Save edirpedro/b3364465931d949d071c to your computer and use it in GitHub Desktop.
Gravity Forms Full Width
.gform_wrapper {
width: 100%;
max-width: 100%;
}
.gform_wrapper form {
width: 105%;
padding-left: 2.5%;
margin-left: -2.5%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment