• Resolved obegu2001

    (@obegu2001)


    Hi!
    There is a serious peoblem: when I search in table on cellular phone, scrolling table don’t work anymore.
    If I delete word in search field all is ok.
    There is a solution?

    Thank you!

    Best regards

    Bob

    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.

    This is related to the other CSS changes. Please try changing

    .tablepress-id-4 {
      width: 900px;
    }

    to

    @media screen and (min-width: 980px) {
      .tablepress-id-4 {
        width: 900px;
      }
    }

    Regards,
    Tobias

    Thread Starter obegu2001

    (@obegu2001)

    Thank you Tobias!
    Now is all right.

    Regards

    Bob

    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 ‘Responsive scroll tablepress’ is closed to new replies.