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.

    From what I can see, the problem here might be that you are using the “Horizontal Scrolling” feature. That’s not directly compatible with the “Responsive Tables” Extension.
    I therefore suggest that you uncheck that checkbox on the table’s “Edit” screen.

    Regards,
    Tobias

    Thread Starter nemothefish

    (@nemothefish)

    No differance,

    I disabled it…

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    actually the header moved to the left already 🙂
    But hiding it might be the best. For that, please add this to the “Custom CSS” textarea:

    @media (max-width: 1199px) {
      .tablepress-responsive-desktop thead {
        display: none !important;
      }
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove header row from small screens’ is closed to new replies.