TablePress Row Height
-
Hi,
I’m trying to alter a table created with TablePress to minimise the space between cells. The page using the table is here: https://ffmws.azurewebsites.net/?page_id=862
I’ve included the following in the custom CSS:
.tablepress {
border: none !important;
border-collapse: collapse !important;
border-spacing: 0 !important;
}.tablepress-id-1 .column-1,
.tablepress-id-1 .column-2,
.tablepress-id-1 .column-3,
{
width: 295px;
padding: 0;
}.tablepress-id-1 .row-1,
.tablepress-id-1 .row-2,
.tablepress-id-1 .row-3,
{
height: 310px;
padding: 0;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}No matter what numbers I use for the height and width (current values are just for testing), the table still looks exactly the same. What am I missing here?
Also, if someone can tell me why I’m still getting grey lines between rows despite specifying no border that would be appreciated too.
Cheers.
- The topic ‘TablePress Row Height’ is closed to new replies.