How can I make my form wider when embedded on my website?

  • pbaa
    Asked on September 24, 2018 at 2:02 PM

    Hello JotForm support team,

    The size of my form, when embedded on my website, is not wide enough. How can I make it wider? 


    Here it is on my page psasc.ca 


    Thank you,


    MP

    Jotform Thread 1589758 Screenshot
  • Nik_C
    Replied on September 24, 2018 at 3:16 PM

    You have a span, in which you embedded your form, which width is 30%:

    1537816467screencast Screenshot 10

    So you should insert the below CSS to your website's CSS:

    span#text-7 {

        width: 100%!important;

    }

    That should resolve your issue.

    Let us know if you have any further questions.

    Thank you!

  • pbaa
    Replied on September 24, 2018 at 5:38 PM

    Thanks a ton, Nik! You guys are amazing - great form and even greater service. It is now fixed.