Table head row alignment not working
-
Hi — newbie alert! ??
I’m trying to centre-align all text in my table. Everything else works, except the head row which remains left-aligned.
I first started with this:
.tablepress-id-2 tbody td {
text-align: center;
}…and since that didn’t do the trick, I also added:
.tablepress-id-2 .row-1 {
text-align: center;
}…as well as:
.tablepress-id-2 thead {
text-align: center;
}What am I doing wrong?
(FYI, I have left-aligned column 1, in case that makes any difference here?)
Thanks in advance for any help!
robaa
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Table head row alignment not working’ is closed to new replies.