Divider Widget not responding to width setting or alignment

  • fhpw
    Asked on October 24, 2017 at 4:18 PM

    I added dividers on the form, but no matter how I adjust the settings it runs over the outside border.

    Whether I use the widget or html, I get the same result.  Would you mind reviewing and see what I am missing?



    undefined Screenshot 101508876180border Screenshot 21


    Thanks,


  • Support_Management Jotform Support
    Replied on October 24, 2017 at 7:26 PM

    To fix this, please do the following:

    1. First, remove all the 'px' you added on the Horizontal Space option for each divider:

    Divider Widget not responding to width setting or alignment Image 1 Screenshot 20

    Do this on all 3.

    2. Afterwards, append the following CSS Codes at the end of your current CSS codes:

    #id_46, #cid_46, #id_47, #cid_47, #id_48, #cid_48 {

        width: 100% !important;

        padding: 10px 0 !important;

    }

    Result: https://www.jotform.com/72967083643971