Skip to content

Instantly share code, notes, and snippets.

@mbootsman
Created December 21, 2018 09: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 mbootsman/bbb16bf389bb35647290d892531293bc to your computer and use it in GitHub Desktop.
Save mbootsman/bbb16bf389bb35647290d892531293bc to your computer and use it in GitHub Desktop.
Full width review table for left aligned labels in Gravity Forms
body .gform_wrapper ul.gform_fields:not(.top_label):last-child > li.gfield_html_formatted:last-child {
margin-left: 0!important;
width:100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment