Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Row Height (Whole table)

$
0
0

Replies: 0

Hi
How do I specify the row height for the whole table? I tried adding it to the .tablepress section but that does not work. Do I need to specify each row separately?

.tablepress {
margin: 0 auto 1em;
line-height: normal;
}

.tablepress-id-1 thead th {
font: bold;
}

.tablepress-id-1 {
width: 750px !important;
}

.tablepress-id-1 .row-2 td {
padding-top: 2px;
padding-bottom: 2px;
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles