How to align image and text side by side

  • InformationSPF
    Asked on January 25, 2016 at 3:32 AM
    1.The art needs to appear on the left and the description on the right. Now
    the art is on top and the description below. Perhaps it will align if I can
    change the width of the description but the only width I see to adjust is
    for the image.
    2. A lot of junk appears on the form. The junk has "Jot Form" appearing all
    over the place. How do I remove this stuff?
    Thank you,
  • beril JotForm UI Developer
    Replied on January 25, 2016 at 3:47 AM

    If you want to align image and text side by side, please add the CSS code below on designer.

    .form-col-1{

    width: 50% !important;

    }

    .form-col-2{

    width: 50% !important;

    }

    How to align image and text side by side Image 1 Screenshot 30

     A lot of junk appears on the form. The junk has "Jot Form" appearing all
    over the place. How do I remove this stuff?

    I assume that you are mentioning the images of JotForm. You can delete them as you see below:

    How to align image and text side by side Image 2 Screenshot 41

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.