Config List Widget: Delete Entry Button is off the page

  • tracyalexander
    Asked on April 20, 2016 at 4:34 PM

    Hi

    Can you please fix my form so my delete entry button in the horse section is not off the page

    https://form.jotformeu.com/60675308484361

    Thank

    you

    Config List Widget: Delete Entry Button is off the page Image 1 Screenshot 20

  • Elton Support Team Lead
    Replied on April 20, 2016 at 7:26 PM

    There are 2 solutions for that.

    1. Increase your form width, then increase that specific widget width.

    a. You can change your form width in the Preferences window.

    Config List Widget: Delete Entry Button is off the page Image 1 Screenshot 50

    b. Click that widget and adjust its width in the top toolbar.

    Config List Widget: Delete Entry Button is off the page Image 2 Screenshot 61

     

    Here's the second method:

    2. Or inject this CSS codes on that particular widget so it will reduce a bit the second column (name of horse) to give more space for the delete button.

    .col2 input[type=text] {

        width: 292px !important;

    }

    .col2 {

        width: 304px !important;

    }

    To inject it, open that field widget settings, click on Custom CSS tab and paste the above code.

    Config List Widget: Delete Entry Button is off the page Image 3 Screenshot 72

    Result:

    Config List Widget: Delete Entry Button is off the page Image 4 Screenshot 83

    If you need further help, let us know.