Tables

Make a table responsive

In order to make a table responsive when using the CERN Theme, the table needs to be wrapped around a div that includes the class .table-responsive

 

Example

<div class="table-responsive">
    <table>

    </table>
</div>

 

Colors

The colors of tables are set in the color palette configuration as defined in the color settings of the theme.