How do I fix the messed up styling of my form's headers?

  • HeadFellow
    Asked on September 1, 2015 at 12:43 PM

    I used a pre-existing form template to create my employee self evaluation form. It came with wonderful heading text between sections, with large bold text and a gray background. However, when I opened the "Designer" feature, the header sections got messed up. I know I didn't change anything about their design, so I can't go back and undo anything. Now the text in each header box appears flush with the left edge of the gray background color, instead of having a small bit of padding like there used to be in the form template.

    Jotform Thread 652672 Screenshot
  • Mike
    Replied on September 1, 2015 at 3:14 PM

    It is possible to add the next styles via form designer CSS section in order to re-style the form headings in a previous manner.

    .form-header-group {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    margin: 0;
    }

    How do I fix the messed up styling of my forms headers? Image 1 Screenshot 40

    How do I fix the messed up styling of my forms headers? Image 2 Screenshot 51

    The heading text size can be adjusted in form editor.

    How do I fix the messed up styling of my forms headers? Image 3 Screenshot 62

    Please feel free to contact us if you need any further assistance.