Can you also assist with helping me move the button for the dynamic matrix back onto the form. It’s hanging off the edge for no reason. Thanks....

  • emclanekinsethcom
    Asked on September 26, 2018 at 11:29 AM
  • David JotForm Support
    Replied on September 26, 2018 at 1:13 PM

    I checked your form and the configurable list widget button appears to be on the page:

    1537981997Capture Screenshot 10

    If you still need assistance with this, let us know what needs to be adjusted and we will be happy to help.

  • emclanekinsethcom
    Replied on September 26, 2018 at 4:43 PM
    I’d like it to look a little more even spacing wise .. but if it’s not possible this will do.
    ...
  • David JotForm Support
    Replied on September 26, 2018 at 7:05 PM

    Adding the following code to the widget should fix the spacing:

    button{
    margin-left : 20px;
    }

    1538003115Capture Screenshot 10