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.

Help adding a CSS Ready Classe

  1. Hey Guys

    I've been trying to close the gap between the radio buttons in this form http://thingk.co.nz/yourtaxback/tax-refund-application/ under "Important Questions". I want to add it as CSS Ready Class so I can add a class in the form back-end and only close the gap on this area as it's pretty spacy!

    Can someone please point me in the right direction as to what css I need to target to make this happen, I'm pulling my hair out with this one!

    cheers
    Adam

    Posted 12 years ago on Saturday March 17, 2012 | Permalink
  2. Hey Adam, try dropping this in:

    [css]
    .gform_wrapper li.superwide ul.gfield_radio li {
    margin-bottom: 0 !important;
    }
    Posted 12 years ago on Saturday March 17, 2012 | Permalink
  3. That's great thank you :)

    Posted 12 years ago on Saturday March 17, 2012 | Permalink
  4. No problem, glad to help!

    Posted 12 years ago on Sunday March 18, 2012 | Permalink

This topic has been resolved and has been closed to new replies.