Hi
Hi
Had the same issue, could not control column width with custom CSS
Workround as follows:
1. Uncheck setting: The first row of the table is the table header
2. Add the following CSS as custom CSS in Plugin Options to get table header look for the first row
.tablepress tr.row-1.odd td {
background: #c0def9 !important;
}