Border
-
Hi! I tried to find the solution in other topics, buy I didn’t.
Mi table has vertical white borders between columns, that I want to remove. I think i should use border-collapse: collapse; but I don’t know where.
Mi table: https://lalo.com.ar/test/pagina-ejemplo/tabla/
The CSS I′m using:
.tablepress-id-1 thead th,
.tablepress-id-1 tfoot th {
background-color: #ffc938;
color: #000000;
line-height: 25px;
text-align: center;
}.tablepress-id-1 tbody td {
font-family: Arial;
font-size: 15px;
color: #000000;
border-width: 0;
border-spacing: 0;
border-bottom: 0;
}.tablepress-id-1 .odd td {
background-color: #fef7e4;
line-height: 25px;
text-align: center;
}.tablepress-id-1 .even td {
background-color: #ffffff;
line-height: 25px;
text-align: center;
}.entry-content .tablepress {
width: 1100px;
margin: 0 auto 1em;
}—————–
Many thanks in advance for your help!
- The topic ‘Border’ is closed to new replies.