Why would my embedded iFrame with different payment methods be intended compared to the left margin of the host form?

  • learningmindsets
    Asked on August 13, 2015 at 3:26 PM

    Attached is the screen shot--both of my embedded iFrame have this extra space above and to the left which puts it out of alignment with the margin of the host frame text. Thanks--

    Tim

    Jotform Thread 637950 Screenshot
  • jonathan
    Replied on August 13, 2015 at 6:29 PM

    Can you please check this form http://form.jotformpro.com/form/52246707622959?

    Why would my embedded iFrame with different payment methods be intended compared to the left margin of the host form? Image 1 Screenshot 40

    is this how you wanted it?

    I made adjustments on the form by adding this CSS code

     

    #cid_14,#cid_12{

    margin-left : -25px;

    }

    Why would my embedded iFrame with different payment methods be intended compared to the left margin of the host form? Image 2 Screenshot 51

     

    and also have increased the width of the form to 475px

    Why would my embedded iFrame with different payment methods be intended compared to the left margin of the host form? Image 3 Screenshot 62

     

    Let us know if you need further assistance.

    Thanks.

     

  • learningmindsets
    Replied on August 14, 2015 at 9:20 AM
    Thanks Jonathan—
    Which form did you add the code to—the host form or the embedded forms?

    Also—is there a way to be able to diminish the amount of vertical space between the radio button lines and the embedded form?

    Finally—How can I get the host buttons to be on a horizontal line>

    Thanks again-

    Tim


    ...
  • BJoanna
    Replied on August 14, 2015 at 12:24 PM

    Code is added in host form. 

    To diminish the amount of vertical space between the radio button lines and the embedded form, please add this code inside of host form as well.

    #cid_14,#cid_12{

    margin-top :-30px;

    }

    To align submit button add this code:

    .form-submit-button {

        margin-left : 25px;

     

    }

    After adding this codes your form will look like this.

    Why would my embedded iFrame with different payment methods be intended compared to the left margin of the host form? Image 1 Screenshot 30

    Why would my embedded iFrame with different payment methods be intended compared to the left margin of the host form? Image 2 Screenshot 41

    Here is my cloned form with new codes: http://form.jotformpro.com/form/52255153848964? 

    Feel free to clone it

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