Adjusting the width of the form

  • StrawberryDesi
    Asked on November 27, 2016 at 4:19 AM

    I need to make my Proof Text Form WIDER.  How can I do that.  There use to be controls for this.

     

    Thank you.

     

     

    Henry

  • John_Benson
    Replied on November 27, 2016 at 5:29 AM

    Hello Henry,

    You can inject this custom CSS code to increase the width of your form:

    .supernova .form-all, .form-all { 

        width: 800px !important;

    Here's a guide: How-to-Inject-Custom-CSS-CodesPlease take note that you can change the width value to your own preferences.

    Hope this helps. Let us know if you need further assistance. Thank you.