The form is scrollable to the right when viewed on a mobile device

  • sahackteam
    Asked on January 18, 2015 at 5:40 AM
    2) The form is scrollable to the right. Only the right. I dont want that. Can I fix this too?
  • Ben
    Replied on January 18, 2015 at 7:36 AM

    Hi,

    The scroll is produced because of the image you have added to your jotform. It is wider than the jotform and causes this to happen.

    Please add this CSS to your jotform to resolve this:

    #id_11 img {
        width: 100%;
    }

    This guide will show you how to Inject Custom CSS Codes.

    Do let us know how it goes.

    Best Regards,
    Ben