How to keep the products list expanded for visitors

  • sofiman
    Asked on July 29, 2016 at 6:22 PM

    Hello,

     

    I need my form product list to be all expanded without having the visitor to choose/click on one item to be expanded for them showing the full pic along with the sub-option

    How to do this?

    http://jouki.net/

    Page URL: http://jouki.net/
  • Kevin Support Team Lead
    Replied on July 29, 2016 at 10:23 PM

    Please inject this CSS code to achieve it: 

    .form-product-item{

        height: 315px !important;

        width: 400px;

    }

    This guide will help you to inject the code to your form: 

    How-to-Inject-Custom-CSS-Codes

    Here is the link where I applied the code, see the live example: https://www.jotformpro.com/form/62107972201953 

    Hope this helps.