Embedded lightbox is not responsive

  • originalparty
    Asked on December 2, 2016 at 1:05 PM

    HI, WHY EMBED LIGHTBOX IN VERSION MOBILE DON'T RESIZE IT?

    FOR EXAMPLE HTTP://WWW.ORIGINALPARTY.IT

  • Jan
    Replied on December 2, 2016 at 3:35 PM

    Please try the solutions below to make your form mobile responsive:

    1. Insert the Mobile Responsive widget in your form. Here's a guide on How-to-Add-a-Widget-to-your-Form.

    Embedded lightbox is not responsive Image 1 Screenshot 40

    2. Go to Form Designer and enable the "Make this form responsive" option under the Design tab > Form Layout.

    Embedded lightbox is not responsive Image 2 Screenshot 51

    Embedded lightbox is not responsive Image 3 Screenshot 62

    Related guide: https://www.jotform.com/help/311-How-to-make-forms-mobile-responsive

    3. If it still the same, please try to insert the CSS code below inside your webpage:

    <style>
    .jt-feedback.ui-draggable {
    width: 90% !important;
    }

    div#js-form-content {
    width: 100% !important;
    }

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

    .jt-title {
    width: 100% !important;
    }
    </style>

    Hope that helps. Let us know if you need further assistance. Thank you.