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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the late answer. As I was on vacation, I didn’t have a chance to reply earlier.

    Unfortunately, I don’t know a way to move the scrollbar, sorry. However, the better solution might be to adjust the row height, anyway. Please try adding this “Custom CSS”:

    @media (max-width: 767px) {
      .tablepress-responsive-phone thead tr,
      .tablepress-responsive-phone thead th,
      .tablepress-responsive-phone tbody td {
        height: 24px;
      }
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Move the horizontal scrollbar below table’ is closed to new replies.