[ad_1]
Hi,
thanks for your post, and sorry for the trouble.
There’s a . missing in front of the column-3, so please can you try again with
.tablepress-id-1 .column-3 {
width: 800px;
}That said, can you explain what your goal is here? Do you maybe just want to prevent line breaks in the “Year” column? For that,
.tablepress-id-1 .column-3 {
white-space: nowrap;
}would be much better.
Regards,
Tobias
