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.

Check Boxes & Radio Buttons misaligned

  1. bqdowns
    Member

    I just updated the plugin on my site myvcgllc.com and the radio buttons, check boxes and next button are misaligned. This happened before and I changed the line height to fix. This time, if I change the line height, it'll misalign the next button but fix the alignment with check boxes and radios buttons. You can see what's going on if you go to http://myvcgllc.com/project-quote/

    Thank you and look forward to hearing from you.

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  2. Try placing this into your theme's stylesheet to target just the labels on the checkboxes and the radio fields:

    [css]
    .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    line-height: 2 !important;
    }

    You can obviously change the value of the line-height to whatever you see fit.

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  3. bqdowns
    Member

    If I use that code, the only problem is that if I change the height of the Next button at the bottom of the page, it will misalign the checkboxes and radio buttons again. Any other possibilities?

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  4. This screenshot shows your core issue.

    Disabling that height and the line-height adjustment code I provided - you will see everything lines up nicely: Screenshot

    So you need to either axe that input {height: 19px} selector, or get more specific with it.

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  5. bqdowns
    Member

    Perfect. Thank you for the quick response!

    Posted 11 years ago on Tuesday May 22, 2012 | Permalink
  6. No problem, glad to help out!

    Posted 11 years ago on Tuesday May 22, 2012 | Permalink

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