Product options are not properly aligned with the images

  • MudRoomAda
    Asked on December 15, 2016 at 12:00 PM

    When I add images to my product and when I add new images and products, why are the options show at the bottom of the image and not to the right of it?

  • Kiran Support Team Lead
    Replied on December 15, 2016 at 1:52 PM

    Please inject the following CSS code to your JotForm that increases the width of the product label column so that they would fit correctly.

    span.form-product-item.hover-product-item {

    width: 300px !important;

    }

    The products should be displaying as shown below after injecting the code above.

    Product options are not properly aligned with the images Image 1 Screenshot 20

    Hope this information helps!