Hi,
thanks for your post, and sorry for the trouble.
Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Sure:
http://zukunft-visualisieren.de/
And this is the CSS-part:
.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
border: none;
}
.tablepress .row-1 td {
background-color: #FFFFFF;
}
.tablepress .row-hover tr:hover td {
background-color: #FFFFFF;
}
.tablepress-id-1 .column-1 {
width: 500px;
}
.tablepress-id-2 .column-1 {
width: 100px;
}
.tablepress-id-2 .column-2 {
width: 100px;
}
.tablepress-id-2 .column-3 {
width: 100px;
}
Regards,
Stephanie
Hi,
thanks for the link!
The right border is added by your theme, and we’ll just need a small CSS modification. Please try again with
.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
border: none!important;
}
Regards,
Tobias
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!