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.

label alignment problems

  1. Hi Folks, my form has all of the field labels scrunched up on the left. I read a post about inserting this code
    `body .gform_wrapper .left_label .gfield_label {
    width:55%;
    }'
    into my custom stylesheet. I think I did it correctly (but perhaps not, my coding skills are limited to copying and pasting things). But everything's still scrunched up. Please help. Thank you.

    Posted 11 years ago on Wednesday October 31, 2012 | Permalink
  2. You have set "Top aligned" for your label placement, so you will need to do this instead:

    [css]
    body .gform_wrapper .top_label .gfield_label {
        width:55%;
    }

    That took care of it for me.

    Posted 11 years ago on Wednesday October 31, 2012 | Permalink
  3. Aha. That makes sense and did indeed fix it. Thanks for your super quick response!

    Posted 11 years ago on Wednesday October 31, 2012 | Permalink
  4. No problem at all. Have a good day.

    Posted 11 years ago on Wednesday October 31, 2012 | Permalink

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