• Resolved koikawa

    (@koikawa)


    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]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter koikawa

    (@koikawa)

    I apologize – the column width problem was completely related to the data in the column! Sorry, it’s working beautifully now!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    I don’t see any of this Custom CSS (for table 118) in your actual Custom CSS. Are you sure that you added it to the text field?

    Regards,
    Tobias

    Thread Starter koikawa

    (@koikawa)

    Sorry, I removed it from the Custom CSS editor b/c the actual problem was user error (please see my second post). Sorry to waste your time and thank you for your response!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ah, I see. Hadn’t seen your second post earlier. Good to hear that you found the cause!

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Another column width problem’ is closed to new replies.