Change the size of the feedback popup jotform

  • SKULLEGG
    Asked on September 22, 2014 at 8:39 AM
    3. Please note that the height of the script has been setup to 300. 50, 700, 1000 brings no effect to the popup window.
  • Ben
    Replied on September 22, 2014 at 11:11 AM

    Hi,

    me again ;)

    I took a look and see what the problem is.

    You jotform is set to expand as much as possible, but the lighbox window is set to 500px in width.. So lets tackle that one and see how it goes :)

    I would like to ask you to add this to your website (not jotform)

    .jt-content
    {
       min-width: 700px !important;
       width: 700px !important;
       max-width:700px;
    }

    .jt-content .js-form-content
    {
        width:100% !important;
    }

    Now I put 700px, but you can change it to any other number that you like.

    This is how it looks for me:
    Change the size of the feedback popup jotform Image 1 Screenshot 20

    Do let me know if that solves the issue for you :)

    Best Regards,
    Ben

  • rbroadfo
    Replied on July 16, 2015 at 11:19 AM

    Can you please give more instructions where to put this code the webpage's html? I have added to the code already to change the size of the Feedback button. Here's what I tried at http://www.bigsmilescompany.com/rabbit.html:

    <!DOCTYPE html>

    <html>

    <head>

       <style type="text/css">

    .jotform-feedback-link {

         padding: 15px 40px !important;

    font-size: 30px !important;

     }   

       </style>

       </head>

       .jt-content

    {

       min-width: 700px !important;

       width: 700px !important;

       max-width:700px;

    }

     

    .jt-content .js-form-content

    {

        width:100% !important;

    }

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

     

  • Ben
    Replied on July 16, 2015 at 1:13 PM

    I see the issue right away, but the best way to help you is to move your question to a new thread as that will allow us to properly assist you and as such I have moved your post to a thread here: http://www.jotform.com/answers/612103 where we will be answering it shortly.