How can I make configurable list responsive?

  • KAILASH33
    Asked on April 17, 2016 at 12:59 PM

    how can i make reponsive Configurable List table witfor mobile and computer

  • Carina
    Replied on April 17, 2016 at 2:23 PM

    Unfortunately it is not possible to add @media screen in the custom css tab, but you can try adding the following css code:

    li{

    width:400px;

    }

     

    table{

    width:300px;

    }

     

    input[type=text] {

        width: 100px;

    }

     

    How can I make configurable list responsive? Image 1 Screenshot 20

    Let us know if we can assist you further.