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 (part 2)

  1. bwp2004
    Member

    About a month ago we posted here: http://www.gravityhelp.com/forums/topic/checkboxes-and-text-overlap

    We had put the suggested code into our style sheet, and it fixed the problem perfectly. We have just recently updated Wordpress to the latest version, and now we are having the problem again. We checked to make sure that the code was not removed during the updating process, and it is still there so we are not sure what to do. We are using the latest version of Gravity forums. Any help would be much appreciated!

    Thanks!

    Posted 12 years ago on Friday January 27, 2012 | Permalink
  2. I just blew through that form again (step 3 i believe is where you are referring?) and everything was showing fine over here. Are you cached somehow, was this happening in a particular browser only?

    Posted 12 years ago on Friday January 27, 2012 | Permalink
  3. bwp2004
    Member

    I hadn't noticed that it was working on that form; thanks for pointing that out. This form is the one I meant to refer to http://www.hartlawtx.com/testing/join/join-now/#gf_1

    Step 2 and 4 both are having problems with the check boxes. Is there a way to modify the code to include the check boxes on this form also?

    Thank you very much for your help!

    Posted 12 years ago on Friday January 27, 2012 | Permalink
  4. Try this out, this should fix it globally:

    [css]
    .gfield_radio input, .gfield_checkbox input {
    left: 0 !important;
    }
    .gfield_radio .rokradios, .gfield_checkbox .rokchecks {
    background: none !important;
    }
    Posted 12 years ago on Friday January 27, 2012 | Permalink
  5. bwp2004
    Member

    Thanks! That fixed the radio buttons on the page, but now there are two check boxes. One of the check boxes is behind the text and the other one is in the right spot:

    http://www.hartlawtx.com/testing/join/join-now/#gf_1
    Step 2 and 4

    Posted 12 years ago on Friday January 27, 2012 | Permalink
  6. Ah, whoops, I edited that style block above, grab that and replace and you should be good to go!

    Posted 12 years ago on Friday January 27, 2012 | Permalink
  7. bwp2004
    Member

    Thank you very much! It is working perfectly now.

    Y'all have great costumer service!

    Posted 12 years ago on Friday January 27, 2012 | Permalink
  8. Glad to help and thanks for the kind words! :)

    Posted 12 years ago on Friday January 27, 2012 | Permalink

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