Hi,
thanks for your post, and sorry for the trouble.
The reason for this is the colspanning. Unfortunately, the Responsive Tables Extension does not work properly with that. In your case, we could try to set the height with some “Custom CSS”.
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!
Otherwise, you could use only horizontal scrolling, instead of the Extension: https://wordpress.org/support/topic/responsive-tables-scroll-only?replies=6#post-5511954
Regards,
Tobias
Thread Starter
gasak
(@gasak)
Hi Tobias,
Thank you for quick response. Here is the direct link to the page: http://www.futsalita.com/jadwal-hasil/. There are 2 table that doesn’t work with responsive plugin. Tabel 2 and Tabel 3. Please advice.
Thank you very much.
Hi,
thanks for the link!
For table 3, this “Custom CSS” could help:
@media (max-width: 767px) {
.tablepress-id-4 thead th {
height: 103px;
}
}
For table 2, I can’t really see a good solution, so I suggest that horizontal scrolling approach from the link above for that table.
Regards,
Tobias