How to increase the Pastebin widget width?

  • moar82
    Asked on October 31, 2017 at 11:47 AM

    This is the link of my form:

    https://form.jotform.com/72975230678265


    I  insert the following css to make the pastebin widget to fill the form width:

    custom-field-frame{


        max-width: 100% !important;


    }


    and it works well.  However, when  I need to update the address of the pastebin widget, my changes never reflect!.


    So, I have to remove the widget and add a new form to reflect the changes.  But the problem is that the new pastebin widget does not full the width of the form, like the other ones.


    I appreciate your help.

  • John_Benson
    Replied on October 31, 2017 at 12:03 PM

    I cloned your form and I was able to replicate the issue. To increase the width of the Pastebin widget, please add this custom CSS code to your form:

    .custom-field-frame {

        max-width: 100% !important;

        width: 950px !important;

    }

    Here's a guide that you can follow on adding custom CSS code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    You can also check my clone form before you make any changes to your original form. Here's the link: https://form.jotform.com/73035058728964

    To clone the form, please follow this guide: https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL

    I hope this helps.