Adjust the lightbox height and remove the vertical and horizontal scrolling

  • toomarvellous
    Asked on July 27, 2015 at 7:50 AM
    On another note, is there a piece of code I can use to expand the width of the lightbox to accommodate the vertical scrollbar and remove the need for horizontal scrolling on PC after the radio button is clicked?
  • Welvin Support Team Lead
    Replied on July 27, 2015 at 8:06 AM

    In your form embed codes, you can adjust the width and height value. For example:

    Adjust the lightbox height and remove the vertical and horizontal scrolling Image 1 Screenshot 20

    You can remove the horizontal scroll by adding the following custom CSS codes in your current web page:

    <style>

    .jt-content {

        overflow-x: hidden !important;

    }

    </style>

    Add these above or below the form embed codes.

    I won't recommend removing the vertical scrolling because the height of the form won't fit in the PC screen when the address field is shown.

    Thanks

  • Justin Andrew
    Replied on July 27, 2015 at 9:24 AM

    Thank you very much for your help, that's brilliant.  Never known service like this, such fast and helpful responses. Google, Amazon and eBay could learn a lot from you!