Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nevermind, you’re not supposed to see the changes by clicking on Preview but rather actually saving the whole article ?? Great Plugin, tobias!

    Hi there Tobias,
    I’ve been seeing you’re doing a pretty good job in fixing these column width errors and I have one too ??

    In Tablepress, I successfully updated my column width for the first table with the following code:
    .tablepress-id-1 .column-1 {
    width: 160px;
    }

    .tablepress-id-1 .column-2 {
    width: 140px;
    }

    .tablepress-id-1 .column-3 {
    width: 85px;
    }

    .tablepress-id-1 .column-4 {
    width: 85px;
    }

    However, for the second table on the same page, I am unable to use the same code by changing the ID, basically whatever I do there is simply no response in the second table. I tried doing it with N, I tried all the different codes you’ve mentioned but none is having any effect. Like the second table has become unresponsive or something.

    I have the plugin Wp-fastest cache but nothing is enabled in that so I dont think there is any CSS minification involved can you please help me with it.

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