[Plugin: WP-Table Reloaded] Row height – will not change!
-
I’ve got a table here:
http://ahlinphotography.com/newsite/579-2/No matter what I change, I can not get that first row to lose that extra space on the bottom. I want all of the cells to be equally spaced – the bottom two rows are perfect, but that first row just won’t change. I’ve bolded the css that’s I’ve changed, maybe I’m doing the wrong thing?
Custom css:
.wp-table-reloaded-id-3 .column-1 {
width: 320px;
}
.wp-table-reloaded-id-3 .column-2 {
width: 320px;
}.wp-table-reloaded-id-3 .row-1 {
height: 230px;
}
.wp-table-reloaded-id-3 .row-3 {
height: 230px;
}
.wp-table-reloaded-id-3 .row-2 {
height: 230px;
}
The topic ‘[Plugin: WP-Table Reloaded] Row height – will not change!’ is closed to new replies.