The look of the header
-
I have 2 tables on 2 different pages. The both have the same CSS formating (with different id). Why do the headers look different?
.tablepress-id-17,
.tablepress-id-17 tr,
.tablepress-id-17 thead th,
.tablepress-id-17 tbody td {
border: none !important;
}
.tablepress-id-17 .column-1 {
padding: 4px;
text-align: center;
}
.tablepress-id-17 .column-2 {
padding: 4px;
}
.tablepress-id-17 .column-3 {
padding: 4px;
}
.tablepress-id-17 .column-4 {
padding: 4px;
}
.tablepress-id-17 .column-5 {
padding: 4px;
text-align: center;
}
.tablepress-id-17 .column-6 {
padding: 4px;
text-align: center;
}
.tablepress-id-17 thead th {
font-family: myriad pro;
font-size: 14px;
}
.tablepress-id-17 tbody td {
font-family: myriad pro;
font-size: 14px;
}The page I need help with: [log in to see the link]
- The topic ‘The look of the header’ is closed to new replies.