Hi Marcia,
great to hear that this helped! Now we should optimize your CSS code some more. You have copied a little bit too much ??
/* CSS for all tables. Don't touch! */
.tablepress .column-1 {
width: auto;
}
/* CSS for table 23 */
.tablepress-id-23 {
table-layout: fixed;
}
.tablepress-id-23 .column-1 {
width: 100px !important;
}
.tablepress-id-23 .column-2 {
width: 350px !important;
}
.tablepress-id-23 .column-3 {
width: 100px !important;
}
.tablepress-id-23 .column-4 {
width: 50px !important;
}
.tablepress-id-23 .column-5 {
width: 75px !important;
}
.tablepress-id-23 .column-6 {
width: 150px !important;
}
.tablepress-id-23 .column-7
.tablepress-id-23 .column-8,
.tablepress-id-23 .column-9,
.tablepress-id-23 .column-10,
.tablepress-id-23 .column-11,
.tablepress-id-23 .column-12,
.tablepress-id-23 .column-13,
.tablepress-id-23 .column-14 {
width: 90px !important;
}
/* CSS for table 4 */
.tablepress-id-4 {
table-layout: fixed;
}
.tablepress-id-4 .column-1 {
width: 100px !important;
}
.tablepress-id-4 .column-2 {
width: 350px !important;
}
.tablepress-id-4 .column-3 {
width: 100px !important;
}
.tablepress-id-4 .column-4 {
width: 50px !important;
}
.tablepress-id-4 .column-5 {
width: 75px !important;
}
.tablepress-id-4 .column-6 {
width: 150px !important;
}
.tablepress-id-4 .column-7,
.tablepress-id-4 .column-8,
.tablepress-id-4 .column-9,
.tablepress-id-4 .column-10,
.tablepress-id-4 .column-11,
.tablepress-id-4 .column-12,
.tablepress-id-4 .column-13,
.tablepress-id-4 .column-14 {
width: 90px !important;
}
You don’t have to copy blocks that are already there with the exact same code, but only those parts that change. Also, you can combine some selectors. Also, the very first part should stay unmodified.
I have now grouped your CSS a little bit and added comments to make it easier to distinguish them.
Regards,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!