Another column width problem
-
Hi Tobias,
I’ve read through the other posts on column width and tried them, but I must be doing something wrong. I really want the first two columns of this table to be nowrap, and I would like columns 3,4, and 8 to be much narrower. Here is the code I put in the plugin options CSS:
.tablepress-id-118 .column-1 {
width: 20%;
white-space: nowrap;
}.tablepress-id-118 .column-2 {
width: 10%;
white-space: nowrap;
}.tablepress-id-118 .column-3 {
width: 2%;
}.tablepress-id-118 .column-4 {
width: 2%;
}.tablepress-id-118 .column-5 {
width: 20%;
}.tablepress-id-118 .column-6 {
width: 10%;
}.tablepress-id-118 .column-7 {
width: 2%;
}.tablepress-id-118 .column-8 {
width: 2%;
}.tablepress-id-118 .column-9 {
width: 15%;
}.tablepress-id-118 .column-6 {
width: 15%;
}Thank you very much for your help, and for developing this amazing plugin!
The page I need help with: [log in to see the link]
The topic ‘Another column width problem’ is closed to new replies.