How to move the title to the right question?

  • benisty10
    Asked on August 5, 2016 at 7:26 AM
  • Jan
    Replied on August 5, 2016 at 11:37 AM

    I assumed that you want to move the labels to the right and the form fields to the left. Please align the label to the right. Select the field and then click the "Label" button and then choose "Right".

    How to move the title to the right question? Image 1 Screenshot 20

    Please insert this custom CSS code to your form:

    .form-sub-label {direction:rtl;unicode-bidi:bidi-override;}
    .form-all {direction:rtl;}
    .form-line-column,.form-label-right,.form-radio-item {float:right;}

    Here's a guide on how to inject custom CSS to the form. Hope that helps. Thank you.