Hi,
thanks for your question, 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
Actually my site is under construction, it’s local, but here is css I am using for tables:
.post p {
color: black;
margin: 12px 0;
}
table {
width: 100%;
border-collapse: collapse;
}
th,
td {
border-color: #242424;
border-bottom: 1px solid #ddd;
}
tr:nth-child(even) {background-color: #f2f2f2;}
and I think its problem with line-hight, what can I do about line-hight for table only.
Hi,
my guess is that it’s margin or padding around the images in the last column.
You could maybe check that with the developer tools in the browser.
Regards,
Tobias
Yeah, I got it, its because images margin, I did it. Thank you
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!