Versions Compared

Key

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

...

Add styling to the Contact Info blocks

  • Right Using the browser, right select the Contact Info block in question and click Inspect.

  • Look for the ci-delta-# parent class wrapping under the Elements tab (using the inspector tool) and look for the desired Contact Info block.

  • 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; }