top border missing no matter the padding
-
I just migrated all of my tables from Tables Reloaded and I lost the top border on my table on my home page. The rest of the tables look find. This just sticks out since it’s one of the first things seen.
Anyway…here is the Custom css for this table:
.tablepress-id-2 td{border:2px solid black; text-align: left;}
.tablepress-id-2 td {
font-family: Arial, Helvetica, Sans-serif;
font-size: 14px;
color: #262526;
}Here is the code for the table in the page:
<div style=”width:262px; text-align:right; float: right;padding: 20px 12px 0px 14px”;vertical-align:middle>[table id=2 /]</div>Originally the padding was 0px 12px 0px 14px. Today I’ve changed the top number from 0 to about 30 and all it does is move table down, but doesn’t bring the border in. (I was thinking maybe it was just hidden.
Any ideas? If not, I can turn this off and go back to the previous plugin.
Thanks!
- The topic ‘top border missing no matter the padding’ is closed to new replies.