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

    (@codepeople)

    Hi,

    You simply should insert a “HTML Content” field in the form, and enter a pair of <style></style> tags with a new class definition. For, example:

    <style>
    .my-new-class{margin-top:2px !important; margin-bottom:2px !important;}
    </style>

    and then, assign the new class name: my-new-class to the fields in the form.

    Tip: Remember, the class names are assigned to the fields through the attribute: “Add Css Layout Keywords”, if the field has assigned a class name, you simply should separate them by a blank character.

    Best regards.

    Thread Starter tda325

    (@tda325)

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘tightening up fields’ is closed to new replies.