Hi,
I have inserted a logo image in the 4th column of the table but there is black background showing at the bottom of the image – please see https://russellandcosolicitors.co.uk (scroll down to table with 4 columns with black background.
The Custom CSS is
.tablepress a {
color: #ffffff !important;
}
.tablepress a:hover {
color: #ff0000 !important;
}
.tablepress {
background-color: #000000;
}
.tablepress tbody td {
font-family: Tahoma;
font-size: 14px;
color: #ffffff;
}
.tablepress-id-1 .row-1 td {
background-color: #000000;
}
.tablepress-id-1 .column-1 {
width: 300px;
}
.tablepress-id-1 .column-2 {
width: 280px;
}
.tablepress-id-1 .column-3 {
width: 280px;
}
.tablepress-id-1 .column-4 {
width: 300px;
}
.tablepress .column-1 {
padding: 20px;
}
.tablepress .column-2 {
padding: 10px;
}
.tablepress .column-3 {
padding: 10px;
}
.tablepress .column-4 {
padding: 0;
}
.tablepress-id-1,
.tablepress-id-1 tr,
.tablepress-id-1 tbody td,
.tablepress-id-1 thead th,
.tablepress-id-1 tfoot th {
border: none;
}
Thank you.