Unable to save changes in the advanced designer

  • mspitsen
    Asked on July 24, 2019 at 12:15 PM

    I have cleared my history, cookies and cache, as well as logged out and back in and nothing's worked.

  • roneet
    Replied on July 24, 2019 at 1:17 PM

    May we know what changes you are inserting that is not getting reflected? I tried cloning the Form and then I made some of the changes which seem to work.

    Here is my cloned Form:

    https://www.jotform.com/92045576447969

    I am waiting for your response.

    Thanks.

  • mspitsen
    Replied on July 24, 2019 at 2:38 PM

    I'm trying to increase the form width and decrease the line layout. I just cloned the form and it's still not saving. 

  • VincentJay
    Replied on July 24, 2019 at 4:25 PM

    To increase the form width, please add this custom CSS code to your form.

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

    width: 900px;

    }

    You can use this guide on how to add the code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    As for the line layout, are you referring to this:

    1563999695zzzzzzv Screenshot 10

    Please add this custom CSS code:

    li#id_6 {

    width: 800px;

    padding-left: 15%;

    }

    Result:

    1563999932zczt3 Screenshot 21