Hi,
thanks for your question, and sorry for the trouble.
This is because the browser will calculate column widths on a per-table basis. To align these columns, you’d have to set column widths for the tables on this page (which has the ID 3735), e.g. with
.page-id-3735 .tablepress .column-1 {
width: 10%;
}
.page-id-3735 .tablepress .column-2 {
width: 20%;
}
.page-id-3735 .tablepress .column-3 {
width: 20%;
}
.page-id-3735 .tablepress .column-4 {
width: 20%;
}
.page-id-3735 .tablepress .column-5 {
width: 15%;
}
.page-id-3735 .tablepress .column-6 {
width: 15%;
}
Regards,
Tobias