Cannot adjust the column width.
-
Using the area designed for CSS changes, mine looks like:
.tablepress .hilite {
color: #ff0000;
}
.tablepress .highlight-expired {
background-color: #ffff00 !important;
}
.tablepress-id-2 img {
margin: 0;
border: 0;
background-color: transparent;
}
.tablepress-id-2 .column-2,
.tablepress-id-2 .column-3,
.tablepress-id-2 .column-4,
.tablepress-id-2 .column-5 {
text-align: center;
}
.tablepress-id-2 td {
padding: 0;
}
.tablepress-id-2 .column-1 {
width: 200px;
}
.tablepress-id-2 .column-2 {
width: 100px;
}
.tablepress-id-2 .column-3 {
width: 150px;
}.tablepress-id-2 .column-4 {
width: 150px;
}.tablepress-id-2 .column-5 {
width: 150px;
}.tablepress-id-2 {
width: auto !important;
}.tablepress-id-3 .column-1 {
width: 400px;
}.tablepress-id-3 .column-2 {
width: 400px;
}table 2 is adjusted. you can view it at https://atti.cochisecs.com/certified/
table 3 will not adjust. you can view it at:
https://atti.cochisecs.com/certification-test-methods/Im using “THINK UP THEMES, MINAMAZE” theme.
I am using tablepress 1.7
- The topic ‘Cannot adjust the column width.’ is closed to new replies.