📋Responsive Tables

Elrond theme supports two responsive table.

When you add a regular table, it will automatically be responsive, but to use the advanced minimal table, please read:

To use the custom table

  1. Go to the post where you want to use the table from the Ghost admin.

  2. Click on the HTML card from the Ghost cards and paste the code for your table here.

  3. Then, add "v2" to the class of your table. An example is provided below.

<table class="v2">
   .
   .
   .
</table>
  1. After click Update and Save changes.

Last updated