How to center align an image within my form?

  • ricespharmacy
    Asked on June 3, 2016 at 1:28 PM
    Can you also tell me how to center align an image within my form?
  • Kiran Support Team Lead
    Replied on June 3, 2016 at 1:35 PM

    I have checked your JotForm titled "Simplify My Meds® Program" and see that the image is already aligned to the center on the form. 

    How to center align an image within my form? Image 1 Screenshot 20

    It seems that you have already fixed it. If you are referring to something different or need any further assistance, please let us know. We will be happy to assist. 

     

     

  • ricespharmacy
    Replied on June 3, 2016 at 1:41 PM

    Thanks, but I'm referring to the text alert form. 

    How to center align an image within my form? Image 1 Screenshot 20

  • Charlie
    Replied on June 3, 2016 at 2:00 PM

    I presume you are referring to the form titled "Rice's Text Alerts" form. Try adding this custom CSS code in your form:

    #id_14 {

        width: 100% !important;

    }

    Paste the custom CSS code under the CSS tab in your Form Designer Tool:

    How to center align an image within my form? Image 1 Screenshot 20

     

    Let us know if that works.