[ad_1]
Hi,
thanks for your post, and sorry for the trouble.
The cause for this seems to be that another plugin on your site is apparently preventing the loading of the TablePress CSS code (in favor of a customized/reduced version).
However, we only need a tiny of code to make the scrolling work. Please add this to the “Custom CSS” text field where you already added other TablePress CSS code:
.tablepress-scroll-wrapper {
overflow-x: auto;
}Regards,
Tobias
I added this piece of CSS but still i am facing the same issue.
Hi,
the “Custom CSS” in TablePress is not loaded, it seems due to that other plugin (a caching or optimization plugin, maybe Trellis?) You could try flushing the cache of that plugin.
Alternatively, it seems there’s also CSS code in a “Custom CSS” text field of the theme (there’s also a bit of TablePress CSS there already). You could try that field as well.
Regards,
Tobias
I pasted the same CSS code in the theme CSS setting and now it works fine.
Thanks.
