Hi Tobias!
Great to hear from you. Thank you for your response. I tried the above and it doesn’t seem to work. The table still has the spacing and it looks completely different on all three browsers (firefox, safari with IE being the worse in terms of spacing). Here are the plugin options I have for the table (could what I have written be causing the problem)?
.wp-table-reloaded-id-3 .row-1 td {
background-color: #333333!important;
}
.wp-table-reloaded-id-3 .row-1 td {
font-family: Tahoma;
font-size: 12px;
line-height:10px;
font-weight:bold;
color: #ffffff;
text-align: center;
}
.wp-table-reloaded td a {
color: #ffffff !important;
}
wp-table-reloaded-id-3 {
width: 600px!important;
}
.wp-table-reloaded-id-3 .column-1 {
width: 100px;
}
.wp-table-reloaded-id-3 .column-2 {
width: 100px;
}
.wp-table-reloaded-id-3 .column-3 {
width: 100px;
}
.wp-table-reloaded-id-3 {
border:1.5px solid #cdcdcd;
}
.wp-table-reloaded-id-3 td, .wp-table-reloaded-id-3 th {
border-right: 1.5px solid #cdcdcd!important;
}
.wp-table-reloaded-id-3 {
margin: 10px auto !important;
}
.wp-table-reloaded-id-3 td {
padding: 5px;
}
.wp-table-reloaded-id-3 .row-3 td {
background-color: #150517!important;
}
.wp-table-reloaded-3 .row-3 img {
margin:0!important;
}
Again thanks for your help!