https://leytonorientprogrammes.com/leaguetable/2018-19/
https://leytonorientprogrammes.com/seasonstats/2018-19/
https://leytonorientprogrammes.com/1990-91/
these are the tables that don’t stretch the full width.
also the headers are center.
this is my full custom css
.tablepress th,
.tablepress td {
min-width: auto !important;
}
.entry .tablepress thead th,
.entry .tablepress tfoot th {
background-color: #cf0e0e;
}
.catalog-ordering {
display: none;
}
.tablepress th {
color: #ffffff;
}
.tablepress th,
.tablepress td {
border: 1px solid #000000;
}
#content .tablepress {
width: auto;
}
.tablepress td,
.tablepress th {
text-align: center;
}
#content .tablepress {
width: auto;
}
#content .tablepress th,
#content .tablepress td {
padding: 18px;
}
.tablepress thead th {
padding: 8px 20px 8px 8px !important;
}
.tablepress tbody td {
padding: 8px !important;
}
.tablepress thead th,
.tablepress tbody td {
font-size: 15px;
text-align: center;
}
.tablepress thead th,
.tablepress tbody td {
white-space: nowrap;
}