Theme overriding custom Css in table options with TablePress
-
Hello. Love Tablepress! I have combined several helpful support topic replies and have had some success, but am really stuck getting my new table to do what I want. I used the code below to get the heading to have text rotated 90 degrees (works), use vertical column lines (did not work after using #main), center the checkmark in each cell (never worked)and make all the columns be an even width…I chose 35px (never worked). I had the rotated thead text working, then
.tablepress-id-31 thead span { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); display: block; height: 200px; text-align: center; vertical-align: bottom; } #main .tablepress-id-31 td { border: 1px solid #666666; text-align: center; vertical-align: middle; } #main .tablepress-id-31 .column-1 { width: 80px; text-align: left; } #main .tablepress-id-31 .column-2 { width: 35px; } #main .tablepress-id-31 .column-3 { width: 35px; }
…all columns have the same code as col 1-3 above in the table options.
Any ideas on how to get the table to have the vertical lines appear, have the first column be 80 px and all other columns be 35 px wide, and checkmarks center in each column? Thanks!
- The topic ‘Theme overriding custom Css in table options with TablePress’ is closed to new replies.