How to center align a form in css that is hosted on JotForm?

  • smichaels68
    Asked on April 13, 2015 at 11:05 PM

    Hello all you JotForm Rockstars!

    I'm trying to center align this form in the css:

    http://jotform.us/form/51025449751151

    Thanks in advance!

  • smichaels68
    Replied on April 14, 2015 at 8:58 AM

    Fantastic! Thank you! :)

  • smichaels68
    Replied on April 14, 2015 at 9:01 AM

    Hmm, ok, now the text is not aligned correctly with the left and right sides :(

  • smichaels68
    Replied on April 14, 2015 at 9:28 AM

    Thanks Syed,

     

    Here's what I have so far. I'm no css wizard so I feel some of this might be irrelevant?

    .supernova .form-all, .form-all {

        margin : auto;

        text-align : center;

        padding-right : 10px;

        padding-left : 10px;

    }

    .form-section.page-section {

        text-align : center;

        padding-right : 10px;

        padding-left : 10px;

    }

     

    #id_13 {

        position : relative;

        left : 10px;

    }

  • smichaels68
    Replied on April 14, 2015 at 9:39 AM

    Ok, I just re-aligned the form fields and I think it's good now :)

     

  • smichaels68
    Replied on April 14, 2015 at 9:41 AM

    Thanks again Syed! :)