Paragraph Element: how to increase its width?

  • BuryTrainingServices
    Asked on December 2, 2020 at 12:00 PM

    Hi Guys


    can you help, making a new form from a pdf and need help with the width of the paragraph.

    how I make a new Paragraph the width of the form or a set size

    at the moment it's too narrow.


    colin


    .


  • Gustavo_H
    Replied on December 2, 2020 at 2:36 PM

    Hi, Colin. I hope you are having a great day.


    Do you want to increase the Paragraph width in your form, as shown in the screenshot below? Do you want it to be the same width as your form?

    1606937696 5fc7ec60507d1  Screenshot 10


    If yes, I think we will need to use CSS code to do that. You can see how to inject CSS code into your form following the guide below.

    Complete guide 👉 How-to-Inject-Custom-CSS-Codes


    If you need help to write the code, please share the link to your form with us, and we will help you with that.

    Complete guide 👉 where-to-find-my-form-url?


    We will wait for your reply. Thank you 😀✨

  • BuryTrainingServices
    Replied on December 2, 2020 at 2:56 PM

    hi There


    it would be great if you could have a look at the form and insert some css for the paragraph


    https://form.jotform.com/203363857706057

  • Elton Support Team Lead
    Replied on December 2, 2020 at 6:16 PM

    Inject this CSS code to your form to expand the paragraph elements. Guide: How to Inject Custom CSS Codes

    [data-type="control_text"] .form-input-wide {
      width: 100% !important;
    }

    Result:

    12032020 wpdkAQixFR Screenshot 10