Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created June 22, 2017 00:26
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 Shelob9/25789b4cab6b7daa0bf922c4c42fc22e to your computer and use it in GitHub Desktop.
Save Shelob9/25789b4cab6b7daa0bf922c4c42fc22e to your computer and use it in GitHub Desktop.
Make Caldera Forms field input and label display next to each other
.form-group label, .form-group div {
display: inline-block;
}
@Quigley-Brendan
Copy link

If you only want this to appear on a single page just add the WordPress .page-id-xxx before each form-group class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment