Centering text in rows
-
Hello,
I tried many snippets but none was really centering the text in given rows, like:
.tablepress .row-1 td {
text-align: center;
}
.tablepress-id-8 .row-1 {
text-align: center;
}
.tablepress .row-1 {
text-align: center;
}I need to center either the first 2 rows of a given table or all cells of that same table, in order to test and see how it looks like.
I checked your documentation but really unable the correct code.
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Centering text in rows’ is closed to new replies.