Hi,
thanks for your question, and sorry for the trouble.
TablePress does not directly offer a feature for responsiveness (except for the separate TablePress Extension from https://tablepress.org/extensions/responsive-tables/). I therefore assume that this is coming from another plugin or your theme.
If you post a link to the page with the table, I’ll gladly try finding out what’s causing this.
Regards,
Tobias
Hi Tobias,
Here is the page that has the problem. I can send you backend details for you to check it deeper if you wish. http://www.aceforexsignals.com/forex-signals/
Hi,
thanks for the link! It seems that when adding the Shortcode, so extra HTML code was added well. Please go to the “Edit” screen of this page, and switch from the “Visual” to the “Text” editor. Then, please remove all <pre> and </pre> HTML tags around the Shortcode.
Regards,
Tobias
I have removed the “pre” as you suggested however the text in the columns is overlapping and broken. It does not appear to show normally.
-
This reply was modified 7 years, 9 months ago by
kevinmac.
-
This reply was modified 7 years, 9 months ago by
kevinmac.
Hi,
what do you mean with “overlap” and “broken” here? I’m not sure what you mean.
Regards,
Tobias
I mean that the text is overlapping each other in the columns on a mobile device. Like this….
http://i66.tinypic.com/2hi4bgx.png
-
This reply was modified 7 years, 9 months ago by
kevinmac.
Hi,
ah, now I see. To fix that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress {
table-layout: auto;
}
Regards,
Tobias
Ok, that code seemed to have fixed the overlap which is good however, half the table is cutoff now and its unable to scroll to the side.
http://i65.tinypic.com/2znsffn.png
Hi,
you will now have to use one of the modes for responsiveness with the TablePress Extension from https://tablepress.org/extensions/responsive-tables/ .
Regards,
Tobias