mobile device forms too wide

  • LizAckerman
    Asked on June 29, 2020 at 1:00 PM

    not sure if there is anything i can do to fix the width?


    https://form.jotform.com/201775996850975


    thx

  • Sam_G
    Replied on June 29, 2020 at 2:41 PM

    Hi Liz,

    Thank you for contacting Support.

    Let me work on this and will update you on this ticket.

  • Sam_G
    Replied on June 29, 2020 at 3:24 PM

    Hi Liz,

    Thank you for your patience.

    Kindly add this CSS code:

    @media screen and (max-width: 480px) {

    .form-all::before {

        background-size: 100% !important;

       background-position: center !important;

    }

    }

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

    mobile device forms too wide Image 10

    I hope this helps.

    Let us know if you need further assistance.