Hi Tobias
My table is now looking good however I’ve got another quick questions for you!
I’ve added another table just below the first and the columns are not the same size?
I’ve duplicated all the custom code I added for the first table in Plugin Optiosn and just changed the table ID to match the second table?
Any idea what I need to do to get them to match up?
Here is the code I have added….
.wp-table-reloaded td, .wp-table-reloaded th {
text-align:center!important;
vertical-align:middle!important;
}
.wp-table-reloaded-id-2 th, .wp-table-reloaded-id-2 .sorting {
background-color: #999999!important;
}
.wp-table-reloaded-id-2 .sorting_asc, .wp-table-reloaded-id-2 .sorting_desc {
background-color: #999999!important;
}
.wp-table-reloaded-id-2 td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #111111!important;
}
.wp-table-reloaded-id-2 th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff!important;
}
.wp-table-reloaded-id-2 .column-2 {
width: 75px!important;
}
.wp-table-reloaded-id-2 .column-4 {
width: 75px!important;
}
.wp-table-reloaded-id-6 th, .wp-table-reloaded-id-2 .sorting {
background-color: #999999!important;
}
.wp-table-reloaded-id-6 .sorting_asc, .wp-table-reloaded-id-2 .sorting_desc {
background-color: #999999!important;
}
.wp-table-reloaded-id-6 td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #111111!important;
}
.wp-table-reloaded-id-6 th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff!important;
}
.wp-table-reloaded-id-6 .column-2 {
width: 75px!important;
}
.wp-table-reloaded-id-6 .column-4 {
width: 75px!important;
}
Many thanks
Chris