Hi Tobias,
Another CSS question: I'm trying to set one column's contents as align: center and I'm having difficulties.
I'm trying:
.wp-table-reloaded-id-1 .column-3 td{
align: center;
}
.wp-table-reloaded-id-1 .column-3 td{
text-align: center;
}
and neither are working. Am I missing something here?
I'm also trying to put a padding-right: 10px; in one column and that isn't working either:
.wp-table-reloaded-id-1 .column-2 td{
padding-right: 10px;
}