Tablepress Vertical Align and Space between cells
-
I achieved this without any issue in wp-table-reloaded but am struggling in tablepress. https://bit.ly/14nkyUJ
Slowly migrating to tablepress which is frankly awesome! Any help appreciated!
/************* Table 2 *************/ .tablepress-id-2 tbody td, .tablepress-id-2 th { vertical-align:middle!important; text-align:center;} .tablepress-id-2, .tablepress-id-2 tr, .tablepress-id-2 tbody td, .tablepress-id-2 thead th, .tablepress-id-2 tfoot th { border: none; } .tablepress-id-2 { width: auto; } .tablepress-id-2 img { margin: 0; } .tablepress-id-2 .row-1 .column-1 { background-color: #e9cf77; margin-right:16px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .tablepress-id-2 .row-1 .column-2 { background-color: #e9cf77; margin-right:16px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .tablepress-id-2 .row-1 .column-3 { background-color: #e9cf77; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .tablepress-id-2 .column-1, .tablepress-id-2 .column-2, .tablepress-id-2 .column-3 { vertical-align:top!important; padding-left: 22px; width:238px; } .tablepress-id-2 .row-1 td { background-color:transparent; vertical-align:middle!important; } .tablepress-id-2 .hilite { font: 14px/23px verdana; color: #933333; font-weight:bold; vertical-align:middle !important; } .tablepress-id-2 .hilite a { color:#635147;}
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Tablepress Vertical Align and Space between cells’ is closed to new replies.