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.

Lines Under Radio Buttons

  1. http://cl.ly/image/0R1k3x1q1H1S

    Trying to resolve this issue...I've fixed some issues like lines between sections but can't seem to fix this issues...any help would be amazing.

    http://cl.ly/3D011k3v3G2F - form

    Posted 11 years ago on Saturday December 8, 2012 | Permalink
  2. Richard Vav
    Administrator

    The following style in main.css is adding that line as a background

    .entry-content ul li {
    background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
    position: relative;
    padding: 7px 0 6px 20px;
    }

    You should be able to correct it by adding this

    .gform_wrapper li {
    background-image: none !important;
    }
    Posted 11 years ago on Saturday December 8, 2012 | Permalink
  3. Thanks so much but why does the left side of radio buttons look missing a bit?

    Posted 11 years ago on Saturday December 8, 2012 | Permalink
  4. Richard Vav
    Administrator

    Which browser and version, I have checked chrome 23 and firefox 17 and both look OK

    Posted 11 years ago on Saturday December 8, 2012 | Permalink
  5. http://cl.ly/image/3U2T0M0L1j39

    chrome...the lines are fine now...but why does the radio button look like a little part of the circle is missing on left edge.

    Posted 11 years ago on Saturday December 8, 2012 | Permalink
  6. Richard Vav
    Administrator

    This is what I see in chrome 23 incognito http://imgur.com/pUrGo

    Posted 11 years ago on Saturday December 8, 2012 | Permalink