Skip to content

Instantly share code, notes, and snippets.

@geekontheroad
Last active April 6, 2022 02:10
Show Gist options
  • Save geekontheroad/b4f21b75bef675223e143eb414a6444b to your computer and use it in GitHub Desktop.
Save geekontheroad/b4f21b75bef675223e143eb414a6444b to your computer and use it in GitHub Desktop.
/**
* This CSS snippet is meant to force the correct alignment for the Live summary for Gravity Forms plugin
*
* For plugin: https://geekontheroad.com/live-summary-for-gravity-forms
* @author Johan d'Hollander
***/
.gotrgf_form_overview_container > .gotrgf_summary_lines > .gotrgf_summary_line > .gotrgf_line_part_left {
text-align: left !important;
width: 40% !important;
}
.gotrgf_form_overview_container > .gotrgf_summary_lines > .gotrgf_summary_line > .gotrgf_line_part_right {
text-align: right !important;
width: 60% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment