The width our contat/submission forms are currently set to 690px, it needs to be set to 100%

  • PatF
    Asked on May 19, 2016 at 4:08 PM
    The width of the contact form is currently set to 690px, it needs to be set to 100% to resolve the sizing issue. This setting is in the general settings of your Jot account. 
    How do we change it?
    How do we change the width from 690px to 100%,?
  • victor
    Replied on May 19, 2016 at 5:05 PM

    You can inject the following CSS code to expand your form to use 100% of the space in the site.

    .form-all {

        width: 100% !important;

    }

    To inject the code, press the DESIGNER button on the top toolbar

     

     

    The width our contat/submission forms are currently set to 690px, it needs to be set to 100%  Image 1 Screenshot 30

    Select the CSS tab and enter the code. You will see that the form has adjusted.

    The width our contat/submission forms are currently set to 690px, it needs to be set to 100%  Image 2 Screenshot 41

    If you have any other question, let us know. We will be glad to help.