How to show the header text in 2 lines?

  • sc837
    Asked on May 23, 2019 at 6:47 AM

    I want 'Pre-Arrival Form' to appear on the second line rather than have 'Pre-' and 'arrival' split over the two lines

  • AndrewHag
    Replied on May 23, 2019 at 8:40 AM

    Unfortunately, it is not possible with the header field. As a workaround - you can add that text in the Sub Header field and match the style with the Header using CSS.

    1558615087chrome UMR2XSyd4F Screenshot 10

    Here is the CSS code:

    .form-subHeader{

      color: #fff4f4 !important;

        font-weight: 700;

        font-size: 30px;

    }

    Here is the guide: How-to-Inject-Custom-CSS-Codes

    1558615235chrome lBh6OQMKfF Screenshot 21