How to align my form to the right of the image on my website?

  • helpdeskumaservices
    Asked on June 19, 2015 at 9:00 PM

    Hi everyone

     

    Would appreciate your help in aligning my Jotform to the right hand side of the page: http://goo.gl/QaP1jN

     

    As you can see, currently the image is aligned to the left hand side.  I would like my Jotform to appear next to this image, not at the very bottom after the image.  The Jotform is embedded using the <script> function.  I tried using <iframe> but got the same result.

     

    How can I achieve this?

     

    Thanks in advance!

  • Ben
    Replied on June 20, 2015 at 9:56 AM

    The reason why it is under the image instead of being to the right of it is because it is set to use entire width available.

    What I would suggest is to use the iframe embed code instead with few adjustments:

    <iframe frameborder="0" onDISABLEDload="window.parent.scrollTo(0,0)" src="//form.jotform.co/form/40722173805854" allowtransparency="true" name="40722173805854" id="40722173805854" style="border: medium none; height: 498px; width: 70%;" scrolling="no"></iframe>

    Do try that code and let us know how it goes.

    I have marked with bold the segments that I have modified.

  • helpdeskumaservices
    Replied on June 20, 2015 at 8:37 PM

    Thank you, that works brilliantly!