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.

My form title are stacking

  1. here a screenshot of what i mean

    http://tinypic.com/r/2hwfdht/5

    how can i fix this?

    Posted 13 years ago on Saturday February 4, 2012 | Permalink
  2. In your theme style.css you have:

    [css]
    .gform_wrapper .top_label .gfield_label {
    display: block;
    padding-right: 20px;
    width: 100px;
    margin: 5px 0px 4px !important;
    }

    That width is causing your word wrap on the longer lines. You can either remove that or overwrite it with a targeted gravity form style.

    Posted 13 years ago on Saturday February 4, 2012 | Permalink