Title: Responsive scroll tablepress
Last modified: July 22, 2021

---

# Responsive scroll tablepress

 *  Resolved [obegu2001](https://wordpress.org/support/users/obegu2001/)
 * (@obegu2001)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/responsive-scroll-tablepress/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-scroll-tablepress%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/responsive-scroll-tablepress/#post-14691306)
 * 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](https://wordpress.org/support/users/obegu2001/)
 * (@obegu2001)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/responsive-scroll-tablepress/#post-14692294)
 * Thank you Tobias!
    Now is all right.
 * Regards
 * Bob
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/responsive-scroll-tablepress/#post-14692314)
 * 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.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/responsive-scroll-tablepress/#post-14692314)
 * Status: resolved