Embedded form is too wide

  • amd_forms
    Asked on October 23, 2017 at 9:44 PM

    also looking at this form embeded on my website on a mobile device, it is too wide and moves side to side when navigating it - I really need it to be stationary within the webpage. Can you tell me what I should do here ?

    https://www.anerleymaydesigns.com.au/luxe-candles

    Thanks alot

  • Elton Support Team Lead
    Replied on October 24, 2017 at 2:03 AM

    Your form itself is mobile responsive and displays properly on your page. Although you're right there's a slight movement (1px) when you drag the form from left to right. I think it's due to the form border.

    Inject this CSS code to your form, this should get rid of the form border and fix the movement.

    .supernova .form-all, .form-all {

        border: 0;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If the problem still persists, then it could be due to the other elements on your page that don't fit on mobile.

    Example:

    Embedded form is too wide Image 1 Screenshot 20

    You might want to check this as well. Thanks