Cell Text Alignment
-
I am using the following CSS:
.tablepress-id-4007 .column-3,
.tablepress-id-4007 .column-4,
.tablepress-id-4007 .column-5,
.tablepress-id-4007 .column-6,
.tablepress-id-4007 .column-7,
.tablepress-id-4007 .column-8 {
width: 150px;
vertical-align: middle;
text-align: center;
}To try center the text in these columns, but it having no effect.
Also if I upgrade to the Pro Table Press would I be able to change the background color of a cell, you will see on this page the lowest time per row is highlighted in purple, but I have done this manually in the CSS Options, could it be done in the Pro version just based on the data in the table.
The page I need help with: [log in to see the link]
The topic ‘Cell Text Alignment’ is closed to new replies.