Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Click the Collapse all button

  • Click and drag the cross icons vertically to achieve your desired order

  • Click the Save button

Add styling to the Contact Info blocks

  • Right select the Contact Info block in question and click Inspect.

  • Look for the ci-delta-# parent class wrapping the desired Contact Info block.

    Image Added
  • Use that CSS class to target and style the desired area on the form. For example, the below code is applying a margin bottom of 1rem below the fax number field.

    Code Block
    .ci-delta-1 .fax { margin-bottom: 1rem; }