How do I widen the length of these rows in the Thank You page?

  • fixedbody
    Asked on August 20, 2016 at 1:47 PM

    How do I widen the length of these rows in the Thank You page? Image 1 Screenshot 20

    Please help me understand how I can change paragraph width. If you see below I get words on a second line and I want them up in the first row. Thanks in advance

  • Jan
    Replied on August 20, 2016 at 4:08 PM

    The width of the container for the Thank You page is depending on the width of the form. I can see that there is a max-width set in the CSS.

    .form-all {
    max-width: 500px !important;
    }

    Here's a guide on how to inject custom CSS. Hope that helps. Thank you.