Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active January 30, 2019 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/4859c0ab64e7594249e130e81a4c9c3e to your computer and use it in GitHub Desktop.
Save billerickson/4859c0ab64e7594249e130e81a4c9c3e to your computer and use it in GitHub Desktop.
.wpforms-container.one-line {
overflow: hidden;
width: 100%;
.wpforms-field-container {
display: table;
width: calc(100% - 160px);
float: left;
.wpforms-field {
display: table-cell;
padding-right: 2%;
}
}
.wpforms-submit-container {
float: right;
width: 160px;
clear: none;
margin: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment