How to position text underneath the picture not on the left side?

  • milladesignmaccom
    Asked on May 12, 2016 at 2:14 PM
    but the text I would very much like to go underneath the picture not on the left side ..How to position text underneath the picture not on the left side? Image 1 Screenshot 20
  • BJoanna
    Replied on May 12, 2016 at 2:40 PM

    Please try to add this CSS code to your form:

    .form-product-item label {

        float : left!important;

    }

    After that your form will look like this.

    How to position text underneath the picture not on the left side? Image 1 Screenshot 20

    Here is my demo form: https://form.jotform.com/61325364551957 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance.