How Can I Make the Widgets Mobile Responsive?

  • aspirebrokers
    Asked on March 28, 2016 at 11:09 PM

    Can I make 'Configurable list' and 'Autocompleted Address' widgets mobile responsive?

  • mert JotForm UI Developer
    Replied on March 29, 2016 at 3:41 AM

    The configurable list widget doesn't accept media queries on its "Custom CSS" tab, so we can't adjust its size with respect to the screen resolution. However, you have several methods to make your form responsive, you can see them from the guide below:

    http://www.jotform.com/help/322-How-To-Make-Mobile-Friendly-Forms-on-JotForm

     

    Also, you can try to use the following code in its "Custom CSS" tab:

     

    li{

    width:400px;

    }

     

    table{

    width:300px;

    }

     

    input[type=text] {

        width: 100px;

    }

     

    This one will make it fit to the mobile screens, please see it from the following:

    How Can I Make the Widgets Mobile Responsive? Image 1 Screenshot 20

     

    For further assistance, please do let us know.

    Regards.