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.

Description displaying wrong

  1. 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!

    http://saludmentalygenero.com.mx/haz-una-cita/

    Posted 12 years ago on Wednesday September 14, 2011 | Permalink
  2. 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

    Posted 12 years ago on Thursday September 15, 2011 | Permalink
  3. Great! Done! Thanks, Kevin

    Posted 12 years ago on Monday September 19, 2011 | Permalink

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