Is it possible to have your header image flush with the page?

  • jackjones
    Asked on August 16, 2016 at 6:02 AM

    I hope the image below explains clearly what we are after, Many Thanks, Jack Jones.

     

     

    Is it possible to have your header image flush with the page?  Image 1 Screenshot 20

  • Chriistian Jotform Support
    Replied on August 16, 2016 at 9:34 AM

    Hi,

    Please inject the following CSS to your form.

    #id_8 {

    padding: 0px;

    }

     

    #id_8 .form-image {

    width: 100%

    }

     

    The result should be as follows.

    Is it possible to have your header image flush with the page?  Image 1 Screenshot 20

     

    Regards.