post 1 : http://mtkdeveloper.id/spesifikasi-fitur-nokia-6/
and
post 2 : http://mtkdeveloper.id/review-xiaomi-mi-5s-plus/
I want a table at the second post the same as in the first post, because it was different id
Hi,
thanks for the links! You need to add
.tablepress-id-3 td {
padding: 1px;
}
Regards,
Tobias
tks TobiasBg , this tips work well.
Hi,
great! That’s good to hear!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
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 http://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.
Hi,
please add this to the “Custom CSS”:
.tablepress-id-1 .column-4 img {
display: block;
}
Regards,
Tobias
That’s done the trick. Excellent, thank you Tobias, very much appreciated.
Regards, Brendan
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!