Hi,
thanks for your post, 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
Hello Tobias,
Sorry for the delay in responding, I live in a place there is no internet in Africa. I have to get to the office to get connectivity.
Please see the link https://drive.google.com/file/d/0B51maNmfv1nfb2VCUDc4SWE2U1k/view?usp=sharing
https://drive.google.com/file/d/0B51maNmfv1nfTHc3cTNwdTlpVU0/view?usp=sharing.
The table seems to be embedded in some box where by the only way to get to the end of the box is to scroll.
Also I tried to reduce the font size, using the following code:
.tablepress-id-N tbody td {
font-family: Tahoma;
font-size: 5px;
color: #ff0000;
}
But the font doesnt seem to have changed all that much.
Your help is highly appreciated.
Best Regards
Anand Das
Hi,
that scrolling is coming from the “Horizontal Scrolling” checkbox that you have enabled on the table’s “Edit” screen. From what I can see, as your table contains very many columns, this is pretty much your only chance to show all of it.
In the code for the font size, did you change the N in the first line to the correct table ID? That is necessary here!
Regards,
Tobias