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.

Checkboxes and text overlap

  1. shogun
    Member

    HI, my checkboxes and text overlap. See the following image:
    http://sidmennt.is/test/rt_crystalline_wp-rocketlauncher/wp-content/uploads/2011/01/checkbox.gif

    It looks fine when seen in the dashboard.

    Please help.

    Thank you.

    Posted 13 years ago on Tuesday January 11, 2011 | Permalink
  2. Please post a link to your form page and I'll be happy to take a look at it.

    Posted 13 years ago on Tuesday January 11, 2011 | Permalink
  3. shogun
    Member

    Here is the link:
    http://sidmennt.is/test/rt_crystalline_wp-rocketlauncher/um-sidmennt/skraning/

    Posted 13 years ago on Tuesday January 11, 2011 | Permalink
  4. This is a problem caused by your theme. It's coming from an external script that apparently hides the default checkbox inputs then replaces them with background images.

    This is the script

    http://sidmennt.is/test/rt_crystalline_wp-rocketlauncher/wp-content/plugins/gantry/js/gantry-inputs.js?ver=1.9

    This adds an inline style to position the inputs absolutely, then a negative left position to move them off the screen.

    screenshot - script disabled: http://grab.by/8jsH

    You can either disable this script, or you may want to talk to the RocketTheme support team to inquire about how to fix it.

    Posted 13 years ago on Tuesday January 11, 2011 | Permalink
  5. bwp2004
    Member

    I am having the same problem: http://www.hartlawtx.com/testing/join/renew/#gf_2

    I am not sure how to disable a script. Any help would be much appreciated!

    Thanks!

    Posted 12 years ago on Wednesday December 14, 2011 | Permalink
  6. Try placing this into your theme's stylesheet:

    [css]
    #choice_6_1 {
    left: 0 !important;
    }
    .gchoice_6_1 label.rokchecks {
    background: none !important;
    }
    Posted 12 years ago on Wednesday December 14, 2011 | Permalink
  7. bwp2004
    Member

    Wow! That is awesome service that makes me smile! Thank you for the virtually instantaneous response which made sense and solved the issue perfectly.

    Posted 12 years ago on Wednesday December 14, 2011 | Permalink
  8. Awesome, glad to help!

    Posted 12 years ago on Wednesday December 14, 2011 | Permalink

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