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 seems to be a the height setting. Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media (max-width: 767px) {
      .tablepress-id-2 td,
      .tablepress-id-2 th {
        height: 30px;
      }
    }

    Regards,
    Tobias

    Thread Starter Anonymous User 13901880

    (@anonymized-13901880)

    That worked! Great, thank you!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

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

The topic ‘Strange row height when responsive’ is closed to new replies.