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!
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!
Can you please give more information about what you mean?
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!
In your style.css try adding:
form label {
width: 200px !important;