No matter what I do, can’t get the columns to be wider
-
this is the code I’ve added to options:
I also made 5-columns but additional show up.tablepress-id-N .column-1 {
width: 200px;
}.tablepress-id-N .column-2 {
width: 200px;
}.tablepress-id-N .column-3 {
width: 600px;
}.tablepress-id-N .column-4 {
width: 500px;
}.tablepress-id-N .column-5 {
width: 150px;
}.tablepress thead th,
.tablepress tbody td {
padding: 8px !important;
}.page-id-project-list .tablepress .column-1 {
width: 16%;
}.page-id-project-list .tablepress .column-2 {
width: 30%;
}.page-id-project-list .tablepress .column-3 {
width: 40%;
}.page-id-project-list .tablepress .column-4 {
width: 40%;
}.page-id-project-list .tablepress .column-5 {
width: 20%;
}The page I need help with: [log in to see the link]
- The topic ‘No matter what I do, can’t get the columns to be wider’ is closed to new replies.