How to push LightBox scroll bar outside of the form image border

  • CDICORP
    Asked on November 11, 2014 at 2:29 PM
    Also, how can I adjust this so the scroll bar is not on top of my image border?How to push LightBox scroll bar outside of the form image border Image 1 Screenshot 20
  • Mike_T Jotform Support
    Replied on November 11, 2014 at 4:05 PM

    You can try to play with the form width and with the lightbox width.

    How to push LightBox scroll bar outside of the form image border Image 1 Screenshot 30

    Example, when the form is 700px wide and lightbox is 750px wide.

    How to push LightBox scroll bar outside of the form image border Image 2 Screenshot 41

    Thank you.

  • CDICORP
    Replied on November 11, 2014 at 4:29 PM

    Thanks...I tried changing mine to 700 and 750 but mine still has more white space on the right side?...any idea's why

     

    How to push LightBox scroll bar outside of the form image border Image 1 Screenshot 20

  • raul
    Replied on November 11, 2014 at 5:54 PM

    Please try to inject the following CSS code in your form:

    .form-all {
    margin-top: 0;
    padding-top: 0;
    }

    body {
    margin: 0 !important;
    padding: 0 !important;
    }

    .jotform-form {
    padding: 10px 0 !important;
    }

    Please let us know if this helps.
    Thanks.