Label Width: Why is the format of my form different from the editing to the published form?

  • mdscongress
    Asked on February 26, 2018 at 1:37 PM

    Hello, 

    When I go publish my form the format is different from the editing format.  For example, you will see on page 2 the required red star is not at the ending of the title it is below the title. Also,some of the text is not in a straight line on the published from, but on the editing form its is in a straight line.  

     

    Thanks!

  • Mike
    Replied on February 26, 2018 at 2:56 PM

    Thank you for contacting us.

    It seems that the issue is caused by the limited width of the labels.

    Label Width: Why is the format of my form different from the editing to the published form? Image 1 Screenshot 30

    You may add the next CSS to the form in order to fix the width of the top aligned labels.

    .form-label-top {
    width: 100% !important;
    }

    Label Width: Why is the format of my form different from the editing to the published form? Image 2 Screenshot 41

    If you need any further assistance, please let us know.