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.

Dash line not same length

  1. Vitiumartis
    Member

    Hello,

    see my image. Zoom it and see.
    http://appdevelop.de/lines.png

    Thx

    Posted 10 years ago on Saturday June 8, 2013 | Permalink
  2. Richard Vav
    Administrator

    Try setting the section break's width to 99% by adding the following CSS to your theme's stylesheet or wherever you place custom CSS

    .gform_wrapper .gsection {
    width: 99%;
    }

    Regards,
    Richard

    Posted 10 years ago on Sunday June 9, 2013 | Permalink