Moving text with narrative fields

  • perrymanku
    Asked on July 22, 2019 at 1:04 PM

    The text under part exchange, how do i move the text to the left and keeg same font as rest of the form.


    Thanks

  • Richie JotForm Support
    Replied on July 22, 2019 at 2:39 PM

    I have checked one of your forms and do you want to move the narrative field to the left?

    Moving text with narrative fields Image 1 Screenshot 20

    You may add this custom CSS in your form.

    #customFieldFrame_70{
    margin-left: -150px;
    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes


    Please give it a try and let us know if this fits your requirements.