I have two questions in using the e-signature widget.

  • loveboundstudio
    Asked on February 17, 2016 at 12:31 PM

    1) If I set my label alignment to top, is there any way to center that text? 2) How can I center the actual signature box?

  • Nik_C
    Replied on February 17, 2016 at 4:08 PM

    Hi, 

    You need to add custom to your form to align e-signature widget. You can do this by going to Preferences and adding following lines of CSS.

    I have two questions in using the e signature widget Screenshot 30

    Then click on Inject custom CSS in Preferences.

     

    I have two questions in using the e signature widget Screenshot 41

    Here you need to insert these lines of CSS.

    .form-input-wide.jf-required {

    display:inline-block;

    }

    .form-line.form-line-column.form-col-1{

        width:100%;

        text-align:center;

    }

    .form-line.form-line-column.form-col-1 label{

        text-align:center;

    }

    I hope this works for you.

    Best regards.