My form is not displayed correctly on mobile

  • PerrineLaou
    Asked on August 28, 2018 at 6:44 AM

    Hello all,

    The white background of my form is displayed correctly on desktop. However, on mobile phones, the white background is stuck on the left. This means that the user can't see the beautiful inspiring image just behind the white background.

    Is there something I can do ? Or can you please correct ?

    Thanks,

    Perrine

  • Kevin Support Team Lead
    Replied on August 28, 2018 at 10:36 AM

    You may do it injecting the following CSS code: 

    .form-all{

    margin-left:auto !important;

    margin-right:auto !important;

    }

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

    I hope this helps.