Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    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

    Thread Starter uetian78

    (@uetian78)

    I added this piece of CSS but still i am facing the same issue.

    https://prnt.sc/9hao7C0yJC_Z

    Plugin Author TobiasBg

    (@tobiasbg)

    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

    Thread Starter uetian78

    (@uetian78)

    I pasted the same CSS code in the theme CSS setting and now it works fine.

    Thanks.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias
    ?
    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Responsive Scroll Not Working’ is closed to new replies.