Hi!
Thanks for your post and sorry for the trouble!
From what I can see, the cause for this is some feature in (I believe) your theme that tries to make all tables horizontally scrollable on small screens.
However, this does not work properly due to the “Custom CSS”
.tablepress-id-34 {
margin-top: -50px!important
}.tablepress {
margin-top: -40px!important;
margin-bottom: -20px!important
}
that you have added. The idea of this CSS code is to move the tables vertically, I think, but it might be better to do that by instead checking where any undesired extra space comes from. Once you remove this “Custom CSS”, the header row will no longer appear as cut-off.
Best wishes,
Tobias
Hi Tobias,
Great thank you, that worked!
That was some old code for an issue on old tables that had extra space before displaying the table.
