How Can I Make the Submit Button and the Image on the Same Line?

  • LeonardDoctor
    Asked on March 8, 2016 at 1:13 AM

    there must be a simple way to put the submit and SSL on the same line, but i am missing it.  i do know how to align left or right, but still cannot

     

    formID=60451486414151

  • mert JotForm UI Developer
    Replied on March 8, 2016 at 9:12 AM

    Hi there,

    You can easily achieve this objective by adding some custom CSS codes to your form. Below, you will see the necessary codes. Please, copy & paste those by using the provided method. 

     

    #cid_2, #id_2, #cid_12, #id_12 {

    width: 250px;

    margin: 0;

    padding: 0;

    display: inline-block;

    }

     

    .form-submit-button, .form-submit-reset, .form-submit-print {

    vertical-align: 34px;

    }

     

    After those changes, you can see your forms final look from the image below:

    How Can I Make the Submit Button and the Image on the Same Line? Image 1 Screenshot 20

     

    If you need any extra assistance, please do let us know.

    Thanks.