Background margin

  • CasalSport
    Asked on October 20, 2017 at 11:01 AM

    Hi,


    We don't arrive to remove the bad margin on our form contact us, 

    We juste want to center the form on mobile version : http://www.casalsport.com/fr/cas/nous-contacter 


    Form CONTACTEZ NOUS ! on our account,


    Thank you in advance



  • Chriistian Jotform Support
    Replied on October 20, 2017 at 12:14 PM

    I checked your form (http://www.jotformeu.com/form/72194204888363) and I was able to see the issue you are reporting.

    15085159502017 10 21 0010 002 Screenshot 10

    To fix the issue, please try to inject this custom CSS code on your form.

    @media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape){

    .jotform-form {

        padding: 0px;

    }

    .form-all {

     width:100% !important;

    }

    }

    To inject custom CSS code in your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes.

  • Chriistian Jotform Support
    Replied on October 24, 2017 at 5:19 AM

    Answered by steevecasal

    Ok thank you it's work :)


    Glad to know that it worked. 

    If you have other concerns or need further assistance, please let us know.