Column Width & Vertical Alignment
-
Hi,
I’ve been reading the forums for tips and have tried a few methods but I’m still having trouble with column width and vertical alignment. It could be my theme is interfering but I wanted to check. Here is the page (table under computer image): http://www.agilebts.com/zoho-crm-test/
Here is the custom css I’m using:
.tablepress thead th,
.tablepress tfoot th {
background-color: #ffffff;
}.tablepress-id-1,
.tablepress-id-1 tr,
.tablepress-id-1 tbody td,
.tablepress-id-1 thead th,
.tablepress-id-1 tfoot th {
border: none;
}.tablepress-id-1 .column-1 td {
vertical-align: middle;
width: 25px;
padding: 0;
}.tablepress-id-1 .column-2 td {
vertical-align: middle;
width: 50px;
padding: 0;
}.tablepress-id-1 .column-3 td {
vertical-align: middle;
width: 25px;
padding: 0;
}.tablepress-id-1 .column-4 td {
vertical-align: middle;
width: 50px;
padding: 0;
}Are you seeing anything wrong with the code I have listed above?
The topic ‘Column Width & Vertical Alignment’ is closed to new replies.