Nothing was having any effect…but I unclicked the “Enable pagination of the table (viewing only a certain number of rows at a time) by the visitor.” option and the column just got bigger…with nothing special in the css field. Ah, technology!
Thanks for your help!
Whoops sorry! Meant to do that.
http://www.oyh.org/past-grants/
I’ve looked through this thread, sorry if I missed it…but I put in the CSS you recommended…
.tablepress-id-1 .column-2 {
padding: 10px;
}
.tablepress-id-1 .column-5 {
width: 100px;
}
Because this 5th column here is too small, it looks weird with all the text.
When I first load the page I see it trying to give the column 100px…but then it shrinks back down.
What am I missing? Is there an auto width button somewhere that’s checked?
Thank you!