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.
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.
Please post a link to your form page and I'll be happy to take a look at it.
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
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.
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!
Try placing this into your theme's stylesheet:
[css]
#choice_6_1 {
left: 0 !important;
}
.gchoice_6_1 label.rokchecks {
background: none !important;
}
Wow! That is awesome service that makes me smile! Thank you for the virtually instantaneous response which made sense and solved the issue perfectly.
Awesome, glad to help!