• Resolved Pete

    (@wordy22)


    Hi Tobias,

    I’ve extensively searched and read the other support threads on this topic as well as the documentation, FAQ and extension documentation. I’ve tried everything but I still can’t get ‘scroll’ to function. ‘Collapse’ also doesn’t work. ‘Flip’ is the only one of these three functions working properly for me.

    I’m using Chrome on the desktop and on mobile. I’m also using the very latest version of WordPress and running Eleven40 Pro theme on the latest version of Genesis, PHP 7.1, TablePress 1.9.2 and TablePress Extension: Responsive Tables 1.5.

    I Have tried many things such as disabling all plugins, Enabled: Use DataTables, Disabled: Use DataTablessimplifying, Disabled: Horizontal Scrolling, included CSS such as…
    .tablepress {
    word-break: normal;
    table-layout: auto;
    }

    I also deleted the three files

    /wp-content/tablepress-custom.css
    /wp-content/tablepress-custom.min.css
    /wp-content/tablepress-combined.min.css

    and then saved the Custom CSS again.

    Would really appreciate your assistance in getting scroll to work.

    Thank you in advance.
    Pete

    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 reason for this is that your theme’s content area is set to a fixed width and doesn’t shrink on small screens.
    To maybe adjust this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .content {
      max-width: 100%;
    }

    Regards,
    Tobias

    Thread Starter Pete

    (@wordy22)

    Thank you Tobias. Worked like a charm.

    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 ‘[table id=1 responsive=scroll /]’ is closed to new replies.