Smooth Signature Widget - How to adjust the width

  • lritter
    Asked on June 22, 2018 at 5:03 PM

    The width of the widget is stretching beyond the form in Preview. 

    How can I adjust it to fit?

    1529701397Screen Shot Smooth Signature F Screenshot 10

  • Adrian
    Replied on June 22, 2018 at 5:23 PM

    After injecting this CSS into your form, the widget is being displayed correctly.

    iframe {
      max-width: 100%;
    }

    https://form.jotform.com/81725033522146

    60423 2 Screenshot 10

  • lritter
    Replied on June 25, 2018 at 10:10 AM

    Thank you!