How do I draw a line across a form & how do I right justify my text fields when I put labels to the left and fields to the right

  • BAstrove
    Asked on February 4, 2015 at 3:21 PM
  • Jeanette JotForm Support
    Replied on February 4, 2015 at 4:57 PM

    You can add the Form Separator widget to get the Line across the form

    http://widgets.jotform.com/widget/form_separator

    On regards to label aligning, simply click on Label align button from the toolbar. That should work.

    How do I draw a line across a form & how do I right justify my text fields when I put labels to the left and fields to the right Image 1 Screenshot 20

    Otherwise you might try injecting this Custom CSS codes

    .form-line  {
      clear:both !important;
    }


    .form-label-left {
      float: left !important;
    }