Hi, I have a page with 2 columns and 1 table in each column, I want to resize the text in the table only, to reduce the size of the tables and increase the spacing between the two columns. this is the page,
Your help would be greatly appreciated.
Kind Regards,
David
hey David
Please add this CSSĀ in appearance - customize - additional CSS
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { font-size: 12px; }
Thanks! Colorlib Support Team