How can I reduce the size of my form page?

  • piasoy
    Asked on February 11, 2016 at 4:51 PM

    When my form appears, it covers my entire web page.  How can I make the background transparent or just reduce the size of it so that my web page is not covered.

     

    Best,

    PiaHow can I reduce the size of my form page? Image 1 Screenshot 20

  • Huberson
    Replied on February 11, 2016 at 5:32 PM

    Hello Pia,

    Add the bellow CSS code to your form using JotForm 'Designer'.

    .supernova, body{

        background-color: transparent!important;

    }

    .form-all{

        background-color: #FFF!important;

    }

    It should give the transparent background while preserving the white background of the main area.

    How can I reduce the size of my form page? Image 1 Screenshot 20

     

    Please let us know if that solve the problem.