Removing the background and making form full width?

  • FreestyleCanada
    Asked on October 22, 2017 at 4:19 PM

    How do we remove the background and make form full width. Can we make this setting a default setting?


    Chad

  • David JotForm Support Manager
    Replied on October 22, 2017 at 4:34 PM

    You can remove the background by adding the following code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

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

        background: transparent

    }

    On regards of increasing the width of the form, you can do it through the designer:

    1508704399increase Screenshot 10

    Let us know if you need more help, we will be glad to assist you.

  • FreestyleCanada
    Replied on October 22, 2017 at 8:43 PM
    Thanks David,
    I added that code and it did not remove the border/drop shadow from the form.
    https://www.jotform.com/build/72576192690263
    http://www.freestylecanada.ski/en/toyogrant/
    Is there something else in the CSS that is prohibiting the code from taking effect?
    Chad
    ...
  • Nik_C
    Replied on October 23, 2017 at 2:08 AM

    Please insert the below CSS to your Custom CSS Field:

    .form-all {

        box-shadow: none!important;

    }

    That will remove the shadow.

    Let us know if you have any further questions.

    Thank you.

  • FreestyleCanada
    Replied on October 23, 2017 at 1:43 PM
    Thank you!
    Chad
    ...