Hi,
thanks for your post, and sorry for the trouble.
This is indeed a drawback of the flip mode, when cells have multiple lines of text. We can however fix this easily. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
@media (max-width: 767px) {
.tablepress-id-3 th,
.tablepress-id-3 td {
height: 64px;
line-height: normal;
}
}
Regards,
Tobias
Hi,
thanks for your post, and sorry for the trouble.
This is indeed a drawback of the flip mode, when cells have multiple lines of text. We can however fix this easily. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
@media (max-width: 767px) {
.tablepress-id-3 th,
.tablepress-id-3 td {
height: 64px;
line-height: normal;
}
}
Regards,
Tobias
Thread Starter
annoy
(@annoy)
Thank you, is this CSS only for on Table ID? What if i have a few more?
Hi,
yes, this would only be for table 3.
If you have more tables, just copy this CSS and insert it again with the adjusted table ID. Depending on the number of lines of text in the cells of the other table, you might also have to change the height of 64px to a higher value.
Regards,
Tobias
Thread Starter
annoy
(@annoy)
That worked great, thank you for your fast and friendly support, love your Plugin too!
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!