Title: Responsive Problem
Last modified: August 21, 2016

---

# Responsive Problem

 *  Resolved [jacekkolo](https://wordpress.org/support/users/jacekkolo/)
 * (@jacekkolo)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/responsive-problem-3/)
 * Hi Tobias,
 * Firstly I would like to tell you that u did a great job with your plugin!
    Works
   really well.
 * Anyway, I’m facing some issues with the tablepress via mobile. After activating
   responsive extension my tables doesn’t look good on mobile.
    I have a different
   heighs and widths of cells + images and it’s all messed up on mobile. The worst
   thing is that in responsive version table headers are vertical and problaby this
   is the thing which causes problems.
 * Are you able to provide some code which will change responsive layout this way,
   that everything will be the same as in non responsive version (headers horizontal,
   same as all the rest) just scrollbar will be added? Do you know what I mean?
 * Thanks in advance,
 * BR,
 * Jacek
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/responsive-problem-3/#post-5027382)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Yes, I know what you mean 🙂 Please try this approach for that:
    [http://wordpress.org/support/topic/responsive-tables-scroll-only?replies=6#post-5511954](http://wordpress.org/support/topic/responsive-tables-scroll-only?replies=6#post-5511954)
 * Regards,
    Tobias
 *  Thread Starter [jacekkolo](https://wordpress.org/support/users/jacekkolo/)
 * (@jacekkolo)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/responsive-problem-3/#post-5027390)
 * Hmm Horizontal scrolling is not working for me, it crashes my table so I cannot
   even see table content, only headers 🙁
 *  Thread Starter [jacekkolo](https://wordpress.org/support/users/jacekkolo/)
 * (@jacekkolo)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/responsive-problem-3/#post-5027397)
 * >  Hi,
   > yes, that solution relies on JavaScript. If you don’t want to use JS, you can
   > use CSS scrolling, for which you will indeed need a wrapper <div> then, e.g.
   > <div class=”tablepress-scroll-wrapper”>
   >  [table id=123 /] </div>
   > and then “Custom CSS” like
   > .tablepress-scroll-wrapper {
   >  overflow-x: auto; overflow-y: hidden; }
   > Regards,
   >  Tobias
 * This solution worked for me 🙂
 * Thanks!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/responsive-problem-3/#post-5027403)
 * Hi,
 * yes, that’s what I meant 🙂
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘Responsive Problem’ 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/)

## Tags

 * [mobile](https://wordpress.org/support/topic-tag/mobile/)
 * [phone](https://wordpress.org/support/topic-tag/phone/)

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