I need to adjust the width of the sub-header

  • sisters7
    Asked on March 7, 2017 at 4:47 PM

    https://www.jotform.com/build/70212365908151

     

    Please see Section 4. Housing Reservation

    sub-header is too wide to fit in our website. I would like to move "and 37" to the next line so it reads like:

    37 rooms with two queen beds (double).

     

    with one king bed (single)

    and 37 rooms with two queen beds (double).

  • jonathan
    Replied on March 7, 2017 at 6:58 PM

    Try adding this CSS codes on your form 

    #subHeader_28{

    word-wrap: normal;

        width: 640px !important;

    }

    I need to adjust the width of the sub header Image 1 Screenshot 20

     

    Let us know if this did not work.