How to left align form in my website?

  • BBC2016
    Asked on March 17, 2016 at 12:37 AM

    EVERYTHINGALIGNS LF ONYOUR SITE -BUT IT WONT WORK ON MY WEBSITE. IVETRIED ALL DIF CODES AND WIDTH CHANGE TO 650 BUT ALL THATDIDWAS MAKE MY BOXES IN THE PAYMENTSECTION EVEN LONGER - HELP ON THAT TOO PLEASE??  HERE ISTHE FORM ON MY PAGE.

    http://buildingbridgescoalition.org/rsvpcontribution/

  • Ashwin JotForm Support
    Replied on March 17, 2016 at 2:24 AM

    Hello BBC2016,

    Please inject the following custom css code in your form to left align your form:

    .form-all {

        margin-left: 10px !important;

        margin-top: 10px !important;

    }

    If you also want the dropdown field of the payment section not to be displayed in full widget, please inject the following custom css code in your form and that should solve your problem:

     

    .form-address-table td .form-dropdown {

        width: 150px !important;

    }

    The following guide should help you how to inject custom cs code in form:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you need any other changes.

    Thank you!

  • BBC2016
    Replied on March 17, 2016 at 5:08 PM

    thanks!

  • BBC2016
    Replied on March 17, 2016 at 5:10 PM

    wait, what is this code you gave me for:???

     

     

    .form-address-table td .form-dropdown {

        width: 150px !important;

    }

  • Kiran Support Team Lead
    Replied on March 17, 2016 at 5:32 PM

    The second part of the code is intended to reduce the width of the dropdown boxes (credit card expiry month and year) in the payment field.

    How to left align form in my website? Image 1 Screenshot 20

    Hope this information helps! 

     

  • BBC2016
    Replied on March 17, 2016 at 9:38 PM

    hey i just noticed this.....you see how the sec code box is not aligned with the last name box above it? can u tell me how to fix that?

  • Ashwin JotForm Support
    Replied on March 17, 2016 at 10:26 PM

    Hello,

    Please inject the following custom css code in your form and that should align sec code field including th width:

    input.form-textbox.cc_ccv {

        width: 100%;

        margin-left: 15px;

    }

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!