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.

How would I lengthen the character limit on field labels?

  1. dsk3211
    Member

    How would I lengthen the character limit on field labels?

    I imagine it would be a CSS tweak, what code would I need to edit?

    Thanks!

    Posted 11 years ago on Friday March 22, 2013 | Permalink
  2. David Peralty

    Can you please give more information about what you mean?

    Posted 11 years ago on Friday March 22, 2013 | Permalink
  3. dsk3211
    Member

    http://craniosacraldirectory.com/submit

    If you scroll down to the Payment section, where it says Payment Methods Accepted, the line cuts off Accepted and puts it below Payment Methods. I imagine this means the character or pixel length of the field label is not long enough to accommodate all three words. I'm trying to find out how to lengthen the limit so all three words fit on the same line.

    Thanks!

    Posted 11 years ago on Friday March 22, 2013 | Permalink
  4. David Peralty

    In your style.css try adding:

    form label {
    width: 200px !important;
    Posted 11 years ago on Friday March 22, 2013 | Permalink