Paragraph Element: how to increase its width?
-
BuryTrainingServicesAsked on December 02, 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_HAnswered on December 02, 2020 at 02: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?
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 😀✨
-
BuryTrainingServicesAnswered on December 02, 2020 at 02:56 PM
hi There
it would be great if you could have a look at the form and insert some css for the paragraph
-
EltonAnswered on December 02, 2020 at 06:16 PMJotform Support
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: