Skip to content

Instantly share code, notes, and snippets.

@deckerweb
Created November 17, 2015 20:28
Show Gist options
  • Save deckerweb/503d9f620474025cffc7 to your computer and use it in GitHub Desktop.
Save deckerweb/503d9f620474025cffc7 to your computer and use it in GitHub Desktop.
Gravity Forms responsive // Source: http://codepad.co/s/710e84
.gform_body ul{
list-style: none;
margin: 0;
padding: 0;
li{
label{margin: 0px;}
margin-bottom: 20px;
input[type=text], input[type=email], textarea {
width:75%;
@media (max-width: 685px) {
width: 100%;;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment