row or column padding
-
Hi,
I am attempting to use the custom CSS feature of tablepress and while I can use it to effect a varity of formating, padding does not seem to take effect. When I look at the resulting code with IE’s developer tool, it seems the default wordpress code is not being overriden by the custome code. The truth is, I’m trying to affect the padding in just one column but I can’t seem to get it to work regardless of how I simplify it.
The url of the test table is:
http://andoverlandscapingllc.com/wordpress/?page_id=5And the custom CSS I’m trying is:
.tablepress-id-1 .row-2 td {
background-color: #ff0000;
padding: 0;
}
The topic ‘row or column padding’ is closed to new replies.