Columns – equal width and table heading alignment
-
Hi,
Can you please tell me how to set equal width for columns 2 and 3 without fixing the width of the whole table? And one more, I need to align center the table heading, while the other rows must be alighned: left for the firs column, right for the other colums. When I insert the following, everything is aligned right:
.tablepress thead th,
.tablepress tfoot th {
text-align: center;
.tablepress-id-6 .column-3 {
text-align: right;
}.tablepress-id-6 .column-2 {
text-align: right;
}
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Columns – equal width and table heading alignment’ is closed to new replies.