Center All cells in table
-
Hi Tobias,
I use custom css to center all the cells I need like this:
.tablepress-id-20 .row-1 .column-1,
.tablepress-id-20 .row-1 .column-2,
.tablepress-id-20 .row-1 .column-3,
.tablepress-id-20 .row-1 .column-4,
.tablepress-id-20 .row-1 .column-5,
.tablepress-id-20 .row-1 .column-6,
.tablepress-id-20 .row-1 .column-7,
.tablepress-id-20 .row-1 .column-8,
.tablepress-id-20 .row-1 .column-9 {
text-align: center;
}etc. and it works fine no problem. But because I need it to be done to every cell in my table sometimes it’s a bit time consuming when I have so many rows and columns.
Is there a simple bit of code that I can add to the custom css that will center every single cell in the given table id, without having to do it like above?
Thanks for your time and cheers for your hard work ??
- The topic ‘Center All cells in table’ is closed to new replies.