How Do I Get Text To Spread Out?

  • SarahBocco
    Asked on January 24, 2017 at 3:14 PM

    I would like the text to be above the initial section of my contract rather than scrunched on the left side. I tried to adjust the width and saw no difference. 

    thank you!

  • Chriistian Jotform Support
    Replied on January 24, 2017 at 5:58 PM

    Hi there,

     

    I am not sure if I understand your concern correctly. Do you mean you want the text above the field "Initials that Client..." to be aligned with it as shown below?

    How Do I Get Text To Spread Out? Image 1 Screenshot 30

     

    If so, please inject the following CSS to your form.

    #text_3 > p {

        margin-left: 150px;

    }

     

    The result will be:

    How Do I Get Text To Spread Out? Image 2 Screenshot 41

     

    If you mean something else,  please give us a screenshot and we will try to come up with appropriate custom CSS. Please see How to include screenshot image in the support forum.

     

    Regards.