Use case

You need to adjust margin or padding of the table.

Solution

  1. Switch the page to the edit mode.

  2. Insert the Table Transformer macro and paste the table or the macros outputting tables within the macro body.

  3. Select the macro and click Edit.

  4. In the Stylesheet tab enter any of the following CSS:

    table {margin:5px 50px 50px 50px} /* Fully adjusts the margin of the entire table */
    
    td {padding:5px 50px 5px 50px} /* Adjusts the padding of the table cells */
    CSS
  5. Save the macro and the page.