control cell alignment in footer
-
I’ve been using the support forums to get the numbers right-aligned. I put a copy of the national numbers into a footer so it would always be there for a reference, but I am not sure how to right-align it. Neither the header nor the footer columns right-aligned when I added the code shown below, but this is a more serious issue for the footer. Although I could just delete it.
.tablepress thead th,
.tablepress tfoot th {
background-color: #dad8d8;
}.tablepress-id-6 tbody .column-2,
.tablepress-id-6 tbody .column-3,
.tablepress-id-6 tbody .column-4,
.tablepress-id-6 tbody .column-5,
.tablepress-id-6 tbody .column-6,
.tablepress-id-6 tbody .column-7 {
text-align: right;
}The page I need help with: [log in to see the link]
- The topic ‘control cell alignment in footer’ is closed to new replies.