I'm trying to put this quantity box below right beside the description. How can i do that?

  • evilrainbow1
    Asked on August 7, 2016 at 12:07 AM
    Jotform Thread 900252 Screenshot
  • Elton Support Team Lead
    Replied on August 7, 2016 at 2:48 AM

    Inject this CSS codes to your form, this should align the quantity box in your product field to the right side.

    .form-product-item br {display: none;}

    .form-product-item .form-sub-label-container {margin: 0 0 0 20px !important;}

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes (paste it into the bottom section)

    Result:

    Im trying to put this quantity box below right beside the description Screenshot 20

    If you need further assistance, let us know.