PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

RocketThemes & GravityForms List not formatting properly overlapping checkbox

  1. Ok I've seen this posted at Rockettheme but everytime I update my gravity forms I can never remember where the post is and come here first. So guess I'll post my fix here so I can find it easier next time and might help someone else from pulling hair out too. :)

    Using Rocketthemes templates I see a formatting error that overlaps the check and radial boxes over the text. My fix is to go to /wp-content/plugins/gravityforms/css/ and open file forms.css go to line 383 ("padding: 0") and remove it.

    I'm all for a longer term fix that I don't have to patch each update if someone has an idea. :)

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  2. David Peralty

    in your theme's style.css or custom.css find the thing you are changing in the gravity forms css file and set it to:
    padding: 0 !important;

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  3. Yeah you should never edit a plugin's core files because it will keep getting overwritten on updates. If you need help writing the appropriate CSS overwrite at your theme level, just post a link to your form and we'll be happy to help out.

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink