Is it possible to align textboxes on the right?

  • lwilkerson2503
    Asked on September 28, 2016 at 3:20 PM

    Hi! Is is possible to align a set of text boxes to the right of my form so they iine up under the right 3 columns of my matrix? See attached screenshot. Any help you can provide would be appreciated!

    Jotform Thread 944571 Screenshot
  • Welvin Support Team Lead
    Replied on September 28, 2016 at 9:14 PM

    Inject the following custom CSS codes to your form:

    li#id_87,

    li#id_35,

    li#id_42,

    li#id_37,

    li#id_38,

    li#id_39,

    li#id_41 {

        float: right;

        position: relative;

        display: block;

        width: 50%;

    }

     

    Just adjust the textbox widths to make the alignment you desired. Here's how to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Is it possible to align textboxes on the right? Image 1 Screenshot 20