Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PlanSo

    (@planso)

    Hi colombina,

    thanks for the kudos! The spacing is most of the time an issue with your theme and can be regulated via css.

    What you can try is to insert the following code into the CSS Style field under the advanced section:
    margin-bottom:-10px

    If this doesn’t work for you you will probably have to alter your style sheet. (Some themes offer the possibility to add custom styles.) There you can add the following:

    .planso-form-builder div.form-group {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    }

    Please note the “15px” in the code. This is the space above(top) and below(bottom) the field container. So you can adjust it to your needs.

    If you have further questions, don’t hesitate to contact us again.

    If this solves your problem it would be nice if you would mark this topic as “resolved”.

    Cheers

    Thread Starter colombina25

    (@colombina25)

    Second option solved my question!
    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘decrease space between fields?’ is closed to new replies.