How do I make my product field show its images in their entirety before they are selected?

  • teamgearint
    Asked on November 10, 2014 at 4:00 PM
    How do I make my images show the entire image before the items are selected. 
  • abajan Jotform Support
    Replied on November 10, 2014 at 4:03 PM

    Hi teamgearint,

    Please inject the following CSS and let us know if the result is as you wish:

    .form-product-item {
       min-height : 45px;
    }

    .form-product-child-table {
       margin-top : 30px;
    }