Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is that your table has combined cells (using colspan). The Horizontal Scrolling (actually the DataTables JS library that offers this) does however not work with tables that use that.

    You can however use a different way of horizontal scrolling. For that, please wrap the Shortcode in HTML tags:

    <div class="tablepress-scroll-wrapper">[table id=123 /]</div>

    Then, add this to the “Custom CSS” textarea on the “Plugin Options” screen:

    .tablepress-scroll-wrapper {
      overflow-x: auto;
      overflow-y: hidden;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Horizontal scroll on mobile version’ is closed to new replies.