Hi Tobias,
I am having all sorts of trouble getting the column widths to work. First I couldn’t get any custom CSS to work but fixed that by putting it the page builder CSS rather than the table options (I’m using WPBakery). Now I have custom CSS working but am unable to get anything to do with column widths to work at all (padding, width, etc). I have tried all variations in the FAQ with no luck. I am trying to size the cells properly so that the information is easy to read.
Here is the page – https://gameovermanaus.com/documentaries/
and here is the current CSS (but as I said, I’ve tried a lot of variations with no luck yet!)
.tablepress thead th {
background-color: #00CC00;
font-size: 12px;
}
.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #00CC00;
}
.tablepress-id-1 tbody td {
font-size: 11px;
}
.tablepress-id-1 .column-1 {
width: 100px;
}
.tablepress-id-1 .column-2 {
width: 150px;
}
.tablepress-id-1 .column-3 {
width: 600px;
}
.tablepress-id-1 .column-4 {
width: 200px;
}
.tablepress-id-1 .column-5 {
width: 100px;
}
Any help would be much appreciated! ??