How to left justify the entire form

  • mleppin
    Asked on March 14, 2017 at 10:59 AM

    https://form.jotformpro.com/70524904851961

  • KadeJM
    Replied on March 14, 2017 at 12:19 PM

    If I understand you correctly it seems to me that you wish to justify the entire left side of your form.

    You can try something like this:

    .form-all {
        text-align: justify;
        text-justify: inter-word;
    }

  • mleppin
    Replied on March 16, 2017 at 8:46 PM
    Thank you

    I was able to left justify but need to get the form to come off the edge about 10 spaces.

    Please connect with me on Linkedin!

    Melissa Le’ppin | EVP | CGMP
    Ph: 1-800-898-1347 x230 | Fx: 1-888-559-8160 |
    HotelPlanner.com | Meetings.com | melissa.leppin@hotelplanner.com
    http://www.hotelplanner.com/Common/Images/Emails/HotelPlanner3.jpg meetings http://cdn.hotelplanner.com/Common/Images/fastest-growing66.png
    GSA Contract: GS-33F-014CA } U.S. Communities Contract: EV2048



    https://www.linkedin.com/pulse/love-air-weddings-secondary-cities-increasing-study-top-le-ppin-cgmp?trk=pulse_spock-articles

    ...
  • Ian
    Replied on March 17, 2017 at 1:04 AM

    Please add the following code which should move the form little toward the right.

    .form-all {
    margin-left: 40px!important;
    }

    Hope this helps