Title: Responsive Tablepress Issue
Last modified: August 22, 2016

---

# Responsive Tablepress Issue

 *  Resolved [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-tablepress-issue/)
 * Hello guys,
 * I know this is a widely talked subject, but unfortunately I’m not a great programmer
   myself and I’ve being working with wordpress for a couple weeks.
 * Said that, for me it’s really a struggle to identify what is going on with my
   table so I can fix it.
 * Unfortunately tables are my only option to do what I want and tablepress was 
   a light in the end of the tunnel, even more when I’ve found the responsive extension,
   but like everything else in self-learning it lead to frustration.
 * I tried a few things but with zero results.
 * The site is:
    [http://leagueoflegendsbrasil.com/aatrox-build/](http://leagueoflegendsbrasil.com/aatrox-build/)
 * And I’m using responsive=”all” to all of them.
 * If anyone can give me a help I would appreciate, I’m using minamaze pro from 
   thinkup themes.
 * Thanks in advance
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-tablepress-issue/#post-5531700)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The problem here basically is that your tables use combined cells (with `#colspan#`).
   This is not compatible with the TablePress Responsive Tables Extension.
    I therefore
   want to suggest a slightly different approach: Instead of flipping the table 
   and then adding scrolling, we could only add Horizontal Scrolling. For that, 
   please take a look at [https://wordpress.org/support/topic/responsive-tables-scroll-only?replies=6#post-5511954](https://wordpress.org/support/topic/responsive-tables-scroll-only?replies=6#post-5511954)
 * Regards,
    Tobias
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-tablepress-issue/#post-5531822)
 * It kinda works, how so?
 * I removed the #colspan# from the last tab, the one with little numbers as images
   and the problem remains the same!
 * The solution you offered do work, but still I’m all up to let the #colspan# go
   for having the vertical scrolling in this last tab otherwise the understanding
   of it is really hard.
 * I’m sorry for my incapacity, but I’m trying!
 * If you fix this you can definitely count with my donation!
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-tablepress-issue/#post-5531824)
 * Also,
 * The problem is that with the scrolling the last table looks very bad since it
   HAS to be shown completely at least in the desktop.
    Before I added the X-scrolling
   it fitted, somehow the theme shrank it and it fit. Unfortunately I can’t afford
   to have it like that because it has to have a fast usability because the users
   will be seeing it with alt+tab during a game.
 * Sorry Tobias!
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-tablepress-issue/#post-5531826)
 * Oh,
 * last thing, promise!
 * How to add vertical separator lines?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-tablepress-issue/#post-5531857)
 * Hi,
 * if you want to show the table in full on the desktop, you will have to reduce
   the padding. You can also add border lines. For both of this, please add this“
   Custom CSS” on the “Plugin Options” screen:
 *     ```
       .tablepress-id-3 th,
       .tablepress-id-3 td {
         padding: 4px;
         border: 1px solid #cccccc;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [ravock](https://wordpress.org/support/users/ravock/)
 * (@ravock)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-tablepress-issue/#post-5531859)
 * Thanks Tobias,
 * Here is my donation:
    Paypal confirmation: 1DT46002KK073524J
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-tablepress-issue/#post-5531860)
 * Hi,
 * no problem, you are very welcome! 🙂
    And thanks for the donation, I really appreciate
   it!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

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

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