Heading to go across the form

  • MBWHS
    Asked on March 28, 2018 at 7:28 PM

    Hi


    A while back someone kindly sorted the formatting for this form so the table was laid out nicely.

    Would it be possible to get one adjustment and have the title of the form go across the full width of the form instead of half?

    thanks so much

  • Kevin Support Team Lead
    Replied on March 28, 2018 at 10:06 PM

    You may achieve this injecting this code: 

    .form-header-group .form-header {

        text-align: center;

    }

    This guide will help you injecting the code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps.