How to Centre a Column
-
.tablepress-id-2 .column-3,
.tablepress-id-2 .column-4,
.tablepress-id-2 .column-5,
.tablepress-id-2 .column-6 {
text-align: center;
}.tablepress-id-3 .column-3,
.tablepress-id-3 .column-4,
.tablepress-id-3 .column-5,
.tablepress-id-3 .column-6 {
text-align: center;
}I’m trying to center select columns in different tables. In the above example, table-2 works fine but the subsequent table doesn’t work. As you can see, I’m using the exact same code.
Can you advise what I’m doing wrong pls?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to Centre a Column’ is closed to new replies.