Hi,
thanks for your question, and sorry for the trouble.
I see what you mean, and unfortunately, in these cases, the only solution is to manually set the row height in the responsive mode.
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
Hi,
thanks for the link! Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
@media (max-width: 767px) {
.tablepress-id-3 .column-1 {
height: 56px;
}
.tablepress-id-3 .column-2 {
height: 76px;
}
}
Regards,
Tobias
impeccable!!!!
Thank you!
PS: I sent a small donation to you, thank you again!
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
And thanks for the donation, I really appreciate it!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
Hi,
thanks! I really appreciate it!
Best wishes,
Tobias