Shrink Header: How can I shrink header?

  • malonk20
    Answered on May 25, 2018 02: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
    Answered on May 25, 2018 07: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 0

    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 1

    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.