How can I center the form?

  • InnovStreet
    Asked on April 1, 2016 at 6:56 PM

    Hello,

    I'm currenly working on my form :
    https://form.jotformeu.com/60756229888371


    A you can see, my form is not center, It is always on the right side of the screen.

    So I thought thqt I sould add a custome Css code like :

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

    text-align : center ;

    }

    however it was not working, if anyone have on where is the mistake ?

     

    In addition on page 2 there is some add options box, however, the text is in black so I would like to change it in white sso I tried :

    #input_30

    {

    color : #FFFFFF ;

     

    }

    But it also not seem to be working. What did I missed ?



    Thanks by advance

     

    Regards

    Vincent

  • Welvin Support Team Lead
    Replied on April 1, 2016 at 7:43 PM

    I've fixed the form alignment by injecting the following custom CSS codes to your form:

    .form-all {

    margin-right: auto !important;

    }

     

    Your second problem will be answered here: https://www.jotform.com/answers/808732

  • InnovStreet
    Replied on April 1, 2016 at 7:48 PM

    Thanks a lots, perfect ;-)