Overlapping Labels in List of Products

  • richardcsu
    Asked on February 9, 2017 at 1:17 PM

    Any thoughts on how I can fix the description of the items overlapping the images on this form?  Screenshot attached.

    Jotform Thread 1061823 Screenshot
  • Mike
    Replied on February 9, 2017 at 2:55 PM

    I have added the next CSS to your form.

    .form-product-item input, .form-product-name, .form-product-details{
    float: left;
    }

    Overlapping Labels in List of Products Image 1 Screenshot 20

    Please re-check the form now.