Form: change alignment

  • carloslopes
    Asked on April 9, 2018 at 1:05 PM

    Hi.
    Not sure but I think that in the original Pet Lover template the form wasn't centered. Or did I end up adjusting some settings that centered it?? :-( No sure about that but I don't think so... I am asking because I would love to try aligning the form left or maybe right.

    See: https://form.jotformeu.com/80863895376373

    Many thanks.

  • Richie JotForm Support
    Replied on April 9, 2018 at 2:04 PM

    You can change the alignment of your form by using custom css.

    .form-all{

    margin-left:10px!important;

    }/*to align to left*/

    .form-all{

    margin-left:620px!important;

    }/*to align to right*/

    GUIDE:-How-to-Inject-Custom-CSS-Codes

    Please let us know if we can be of further assistance.

  • carloslopes
    Replied on April 10, 2018 at 2:35 AM

    PERFECT!
    Many thanks.