Appearance of Purchase Order

  • janethenry
    Asked on March 7, 2017 at 7:21 PM

    Hello, I've been creating a purchase order form for our staff uniform orders so they can select what they want and it's sent to me and then I place the order. For some reason on one of the items (Van Heusen Cardigan), the name of the sweater goes right over the image of the sweater. I attached a picture.

    I'm also not thrilled with how all of the boxes are not uniform/in line. Some of the drop boxes go all the way across in a line, some are staggered, some fall under the picture of the item...and there's plenty of spacing, so it bothers me. Just my feedback! More concerned about the above request though.

     

    Thank you!

    Jotform Thread 1084270 Screenshot
  • Ian
    Replied on March 7, 2017 at 9:23 PM

    Please add the following CSS code using INJECT CSS

    .form-product-image-with-options {

        border: solid 1px #fff ;

    }

    This should fix the problem.