Hi!
Take a look to my form. The descripciĆ³n field below the title is break.
I tried to fix it changing the selector, but couldn't, please, help me!
Hi!
Take a look to my form. The descripciĆ³n field below the title is break.
I tried to fix it changing the selector, but couldn't, please, help me!
Yes, you've got some odd styles added to your form element that are throwing off the others. You can add this to the end of your theme stylesheet and it should work for you.
[css]
body .gform_wrapper span.gform_description {
display: block;
width: 96%
}
screenshot: http://bit.ly/ruBczf
Great! Done! Thanks, Kevin