How to move Lightbox Form up?

  • edub
    Asked on January 6, 2015 at 9:04 PM

    How do I go about moving the form up so it comes close to the header? Thank You

    Jotform Thread 491410 Screenshot
  • Ashwin JotForm Support
    Replied on January 7, 2015 at 1:44 AM

    Hello edub,

    Please be noted that it is not possible to currently change the position of the lighbox window. It will always display the lighbox in the center of the screen.

    If you want to move the lightbox window close to the header, you will have to add custom css code in your web page (not in form). Please let us know the web page URL where you have embedded your lightbox form and we will share the exact required css code but you can yourself to that as well. Please add the following custom css code in your web page:

    <style>

    .jt-feedback{

    position: absolute !important;

    left: 50% !important;

    top: 10px !important;

    }

    </style>

    The px value of the bolded code needs to be changed based on from where you want the lightbox window to appear.

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!