Is there a way to make Configurable list responsive?

  • windirect
    Asked on April 30, 2015 at 1:16 PM
    Is there a way to make the list responsive?

     

     

  • Ben
    Replied on April 30, 2015 at 1:30 PM

    Looking at the form here: http://it.win-direct.com/preventivo-infissi/ and the screenshot that you have posted on the other thread:

    Is there a way to make Configurable list responsive? Image 1 Screenshot 20

    I can see it i not resizing properly, but since this is a custom CSS code of the widget, we can not make it exactly mobile responsive as you would be able to do so with the classic fields.

    Basically we could come up with the CSS that would show the fields in a more presentable manner, but it would require that you add all of the fields into the Configurable list since any new changes will affect it.

    Once you do, do let us know and we would be happy to give you the CSS that would make it more presentable even on a mobile version.

  • windirect
    Replied on April 30, 2015 at 2:44 PM

    Can you help me with the CSS code? I need just one example. ;-)

  • raul
    Replied on April 30, 2015 at 4:23 PM

    Well, since the configurable list is rendered using a table you may use some CSS techniques to make the table layout responsive, for example, the one described here: https://css-tricks.com/responsive-data-tables/

    As you have already noticed the configurable list does have a custom CSS section in which you can enter the code.

    Is there a way to make Configurable list responsive? Image 1 Screenshot 20

    Let us know if you need further assistance or have any further questions about this matter.