Column width and multiple CSS modification
-
Hi Tobias!
I have a little problem here, well two problems.
1. I added this code “columnDefs”: [ { “orderable”: false, “targets”: [ 1,2,3 ] } ] to the table to limit the sorting to only one column and it worked… until I add another CSS code to control the width of the column 2. So I wonder if there is something I’m doing wrong and/or how to add multiple CSS modifications to the same table.
2. I tried to add
.tablepress-id-4 .column-2 {
width: 1000px !important;
}
To change the width of the column 2, but nothing works. I tried to add only that code and tried it with the column 1 instead, still no luck. I wonder if it’s because of the audio file and if this is why, is they’re a solution to that ?I read about the Responsive tables extension, but I’m not sure if this would fix my problem.
Thank you for your help and for the plugin 😉
Antoine
The page I need help with: [log in to see the link]
The topic ‘Column width and multiple CSS modification’ is closed to new replies.