How can I align all input and text fields both right and left?

  • benjaming
    Asked on July 23, 2018 at 3:11 AM

    I would like to have all the text boxes and input fields to align left and right on the screen, no matter what size the screen is.


    Thank you for your help.

  • benjaming
    Replied on July 23, 2018 at 12:43 PM
    Hello,
    No, this is not what I meant.
    I want to have alle the input boxes align right.
    For instance some textbixes are mych smaller than others. I would like all the boxes to align both left and right.
    Hope you understand what I mean?
    Best greetings,
    Benjamin Gard | Rising You
    +32 495 36 77 55
    www.risingyou.bewww.risingyou.be>
    Sent from a mobile device. My apologies for the brief content.
    ________________________________
    ...
  • Benjami Gérard
    Replied on July 23, 2018 at 2:01 PM

    1532368871align text fields Screenshot 10


  • Welvin Support Team Lead
    Replied on July 23, 2018 at 2:06 PM

    Inject the following custom CSS codes:

    .form-textarea-limit>span {

        display: inherit;

    }

    [data-component="textarea"] {

        width: 100%;

        max-width: 100% !important;

    }

    Please follow the steps here to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes