Could be possible to get help with aligment of fields in the Configurable List widget?

  • etiennekh
    Asked on April 25, 2016 at 3:03 PM

    Can I please get some help to align the boxes of the first row. 

     

    Thank you! 

     

    https://form.jotform.com/61155453426251

  • Kevin Support Team Lead
    Replied on April 25, 2016 at 4:34 PM

    I presume that you are referring to this: 

    Could be possible to get help with aligment of fields in the Configurable List widget?  Image 1 Screenshot 30

    This should be fixed by adding this CSS code in the widget: 

    td.col3, td.col4 {

        position: relative;

        top: 16px;

    }

    This should be the result of that: 

    Could be possible to get help with aligment of fields in the Configurable List widget?  Image 2 Screenshot 41

    Hope this helps.