align left entire form

  • BBC2016
    Asked on March 16, 2016 at 4:24 PM

    align left entire form, everything i try wont work.

     

    also - i can still see border around form, it is causing a vertical line light white color shadowy looking. how do i get it out>  im trying all kinds of css but nothing works...

  • Kiran Support Team Lead
    Replied on March 16, 2016 at 5:35 PM

    I see that there is some CSS code inserted to your JotForm to modify the layout of the form which could be causing this issue. Also, I see that the width of the form is less than the product items width which is causing to content to overflow.

    Please try increasing the form width to 650px from the Form Styles tab in Form preferences to see if that helps.

    align left entire form Image 1 Screenshot 20

    I see that there are several threads in getting this code. Let me go through them and get back to you with relevant information.

    Please get back to us if you need any further assistance. We will be happy to help.  

     

     

  • BBC2016
    Replied on March 17, 2016 at 12:35 AM

    OK,PLEASEHELP - ITDIDN'T WORK.

    I DID CHANGEITTO 650 WIDTH.

    NOLUCK.

     

    PLEASE HELP ON ALIGN ENTIREFORM LEFT!!!!!!!! NOT RIGHT,LEFT. IMADEA MISTAKE. HERE ISTHE FORM ON MY PAGE.

    http://buildingbridgescoalition.org/rsvpcontribution/

  • Chriistian Jotform Support
    Replied on March 17, 2016 at 2:17 AM

    I checked your form and it appears that the form width is still 440px. Please inject the CSS code below to adjust the width.

    .form-input.jf-required {

        width : 650px!important;

    }

    To inject the code, simply follow this guide: How to Inject Custom CSS Codes

    Here's a cloned form where you can see the css applied: https://form.jotform.com/60761420688964 

    Do let us know if you need further assistance.
    Regards.