Tried all the text-align options, none work
-
Hi Tobias,
Thnx for the plugin. And nice to see your great support (all those years).
I’ve searched trough all (most) topics, FAQ and docs. But all the suggestions in these topics do not work for the simple thing I would want in my table.
If you look at the table on my website, you’ll see that the text is aligned center. I want the tbody aligned left and vertical align in de middle.
So I’ve tried:
.tablepress tbody td {
text-align: left;
vertical-align: middle;
{.tablepress-id-1 .column-1 tbody {
text-align: left;
vertical-align: middle;
}.tablepress-id-1 .column-1 tbody td {
text-align: left;
vertical-align: middle;
}And even more, but didn’t save all.
Can you please help me?
Grtz. Daphne
The page I need help with: [log in to see the link]
- The topic ‘Tried all the text-align options, none work’ is closed to new replies.