I discovered a quick and simple way to make all of the text centered in an entire column of a TablePress table. Definitely saves time so that we don’t have to make each cell in a column centered!

This is how you take care of it all in one fell swoop – add this bit of code to your Plugin Options section:

.tablepress .column-1 {
text-align: center;
}

Voila! Super simple, and very handy.