Shrink Header: How can I shrink header?

  • malonk20
    Asked on May 25, 2018 at 2:22 AM

    Why is my header properties only allowing me the fields of 'general' and 'heading image?' going to the 'advanced' options is not even an option for me! Need to be able to adjust these fields to be next to each other rather than one on top of the next (very long and not visually attractive).

  • Nur Karabağ JotForm Developer
    Replied on May 25, 2018 at 7:15 AM

    Hello,

    Unfortunately, there isn't a button to shrink to headers. But I suggest you 2 options.

    1) You can use the Text Field to create a header.

    1527246567clone pdw Screenshot 10

    2) Or you can use header but if your form layout is old form, you can inject CSS code on your form as you can see below:

    1527246728clone pdw2 Screenshot 21

    The CSS codes are here:

    .form-header-group {

        width : 50%;

    }

     

    .form-input-wide {

        width : 50%;

    }

    This guide will come in handy for you:

    -How to Inject Custom CSS Codes

    Let us know if you need more help.