Alignment of the form

  • KarlaK
    Asked on October 29, 2014 at 7:43 AM

    Hi,

    the contact form appears pretty much on the right side of my website. Can I change this?

    I cannot change the position of the widget within my site. I have a fixed middle field, where I can place the widget.

    So I need the layout of the form to be as far left as possible. Without a left margin, if that's possible.

    Thanks. karla

    Jotform Thread 450941 Screenshot
  • Ben
    Replied on October 29, 2014 at 10:04 AM

    Hi Karla,

    I took a look at the image and although it is a bit smudged I think that I was able to read the website songsandmoments.de unfortunately not to access it as well.

    Now as I can not see, I can only give you some suggestions.

    Embed the jotform using iFrame method: Getting the Form iFrame Code

    Now before you actually embed it, you will have an iframe element.

    Change its style attribute to include this:

    position: relative; left: -200px;

    This will move the entire jotform to the left for 200px :)

    If at all possible, please give us some form of access to the page and we will be able to give you more specific instructions on that since there could be other styles not allowing this.

    Best Regards,
    Ben

  • KarlaK
    Replied on October 29, 2014 at 10:41 AM
    Hi Ben.
    I got the code, but I don’t know where to insert “position: relative; left: -200px;” ?
    And where do I put the code in the end?
    Thanks for your help.
    Karla
    ...
  • Ben
    Replied on October 29, 2014 at 12:10 PM

    Hi Karla,

    Could you please give us your jotform iframe code here and we will change the style property for you so that you can embed it in your jotform and see if that would work for you?
    Best Regards,
    Ben

  • KarlaK
    Replied on October 29, 2014 at 12:21 PM
    I worked it out. Thanks for your help!
    ...