• Resolved rogieracct

    (@rogieracct)


    Dear Tobias,

    I’ve been trying to find the answer myself in the archive but the solutions you offered to other people who had problems with the ‘scroll responsive mode’ don’t seem to work (they probably will but maybe I’m applying them wrong). Would you be so kind to take a short look at my table and determine what I am doing wrong? Is my theme interfering with TablePress? The other responsive modes seem to work just fine but they don’t really suit my needs.
    Unfortunately, I am not a developer, just an enthusiastic amateur. Any advice would be greatly appreciated.

    Rogier

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is some CSS code in your theme, this:

    .ht-page.ht-page--sidebaroff .ht-page__content {
        max-width: initial;
    }

    I’m not really sure what the intention behind this is, but you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .ht-page.ht-page--sidebaroff .ht-page__content {
        max-width: 100% !important;
    }

    This should make the scrolling work, but might have other effects, so please test thoroughly on various screen sizes.

    Regards,
    Tobias

    Thread Starter rogieracct

    (@rogieracct)

    Dear Tobias,

    No problem at all ofcourse, it’s a free plugin anyway so you’re offering a unique service. I’ve added the lines and it seems to work flawless now. Will do some thorough testing to make sure we’re not missing anything. Already thought it was something with the theme.

    Thank you very much for you very fast and awesome help.

    Rogier

    Plugin Author Tobias Bäthge

    (@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 3 replies - 1 through 3 (of 3 total)

The topic ‘‘Scroll’ on responsive mode not working’ is closed to new replies.