How can I take control of the position of my form in the page?

  • MaxRenda
    Asked on August 19, 2016 at 3:00 PM

    Quiero posicionar mi formulario por ejemplo en la parte inferior derecha de la pantalla, para que no obstruya la imagen de fondo ¿Esto es posible?

  • Elton Support Team Lead
    Replied on August 19, 2016 at 3:41 PM

    You can position the form by injecting custom CSS codes into your form.

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    You can use the following CSS codes.

    .form-all {

        position: absolute;

        bottom: 0;

        left: 40%;

    }

    Feel free to play with the values if you want to move the form. You can also use top and right properties.

    If you can also provide a screenshot that shows the exact position where you want the form to be, we may be able to help you with the right CSS codes for your form.

  • MaxRenda
    Replied on August 24, 2016 at 1:28 PM

    Thanks, i wil try. :)