Last active
April 6, 2022 02:10
-
-
Save geekontheroad/b4f21b75bef675223e143eb414a6444b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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