How to adjust the alignment of the text in widgets?

  • Marketing_Marketing741
    Gefragt am 4. September 2023 um 05:26

    vielen Dank für die schnelle Rückmeldung. Ich habe nun noch zwei andere Fragen.

    1. eine Frage zur Formatierung des Formulars: Wie kann ich bei Widges die Ausrichtung vom Text anpassen, wenn der Text über mehrere Zeilen geht? Ich möchte, dass die Check-Box vorne steht und der Text sauber daneben steht und nicht unter der Check-Box weiterläuft.

    Welche Arten von Cookies verwendet Jotform? Image 1 Screenshot 20 Screenshot 10

  • Ravi Jotform Support
    Geantwortet am 4. September 2023 um 06:33

    Hallo Marketing_Marketing741,

    Thanks for getting back to us. Unfortunately, our German Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in German, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. Sure, it is possible to achieve your request with the help of CSS code. You just need to add the below CSS code in your Widget.

    #main>div{display:table}#main>div>#_label{display:table-cell;text-align:justify} 

    It is really easy to do that. Let me show you how : 

    1. Select the Terms and condition widget.
    2. Click on the Widget Settings option, which appears on the right side of the widget.
    3. Go to Custom CSS Tab, add the above CSS code in the Code box.
    4. Click on the Update widget button at the bottom to save the changes in the widget.

    How to adjust the alignment of the text in widgets? Image 1 Screenshot 20

    I have made changes in the cloned form. Here is the link to the clone form. If needed, you can clone my form to check the CSS code and its placement. We also have a guide on How to Clone an Existing Form From a URL that you can check out.

    Reach out again if you need any other help.