Custom CSS column widths not working properly
-
I am trying to adjust the column widths for my table and although they do change size when I adjust pixel width specified in the code, they are not displaying at the sizes I am setting them at. My code is below:
.tablepress-id-3 tbody td { font-family: inherit; font-size: 14px; color: #000000; } .tablepress-id-3 .column-1 { width: 135px; } .tablepress-id-3 .column-2 { width: 40px; } .tablepress-id-3 .column-3 { width: 40px; } .tablepress-id-3 .column-4 { width: 60px; } .tablepress-id-3 .column-5 { width: 97px; } .tablepress thead th, .tablepress tfoot th { background-color: #ffffff; }The other CSS tweaks are displaying properly. The page is here: http://www.northeastern.edu/learningresearch/programs/graduate-students/
Thanks!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘Custom CSS column widths not working properly’ is closed to new replies.