Image transparency

  • RealDogRescue
    Asked on February 24, 2017 at 12:47 AM
    Another question. Is there a way to move the form further to the right on
    the page? My image in the background is partially covered by the form.
    Initially, the background of the form was a bit see-through, so I was able
    to see the image, but I did something on the design page that made the
    background of the form solid. I can't figure out how to change it back.
    If there is not a way to move the form itself towards the right, can you
    please tell me how to make the background of the form more see-through?
  • Chriistian Jotform Support
    Replied on February 24, 2017 at 4:53 AM

    To move your form to the right of the page and to make your form background become transparent, please inject this custom CSS in your form:

    .form-all {
        margin-right: 0;
    }
     
    .supernova, .jotform-form, .form-all {
     
        background-color : transparent !important;
     
    }
     
    Do let us know if you need further assistance.
    Regards