Title: Table not Responsive
Last modified: October 4, 2017

---

# Table not Responsive

 *  Resolved [codergermany](https://wordpress.org/support/users/codergermany/)
 * (@codergermany)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/table-not-responsive-4/)
 * Hallo,
 * auf der Hauptseite habe ich eine Tabelle (Was können wir heute für Sie tun?) 
   und die ist garnicht Responsive obwohl das Responsive Plugin installiert und 
   Aktiviert ist. Unter Menüpunkt iPhone funktioniert es eigentlich wunderbar…
 * Danke für deine Hilfe!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftable-not-responsive-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/table-not-responsive-4/#post-9555097)
 * Hi,
 * thanks for your question, and sorry for the trouble.
    As these are English-language
   forums, I’ll reply in English. That way, more people can benefit from our discussion.
   I hope that’s ok.
 * What’s the Shortcode that you are using on the main page? It doesn’t seem to 
   have the `responsive` Shortcode parameter, from what I can see.
 * Regards,
    Tobias
 *  [airamhag](https://wordpress.org/support/users/airamhag/)
 * (@airamhag)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/table-not-responsive-4/#post-9555268)
 * Hi, I’m also interested how to make it responsive. Could you please give more
   details how I could do it?
 * Thanks in advance!
    Great plugin by the way!
 *  Thread Starter [codergermany](https://wordpress.org/support/users/codergermany/)
 * (@codergermany)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/table-not-responsive-4/#post-9555294)
 * airamhag, you have to download this:
 * [https://tablepress.org/extensions/responsive-tables/](https://tablepress.org/extensions/responsive-tables/)
 * tobias, danke für die antwort. das hatte ich total vergessen. das nächste problem
   kannst du sehen wenn du die seite aufmachst…
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/table-not-responsive-4/#post-9555772)
 * Hi,
 * airamhag: Yes, please check that link.
 * codergermany: The problem here is that the two rows have different heights. You
   will have to set them manually now. For that, please add this to the “Custom 
   CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       @media (max-width: 767px) {
           .tablepress-id-4 tbody td {
               height: 80px;
               line-height: 70px;
               vertical-align: middle;
           }
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [codergermany](https://wordpress.org/support/users/codergermany/)
 * (@codergermany)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/table-not-responsive-4/#post-9556327)
 * it works like a charm. thanks man
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/table-not-responsive-4/#post-9556557)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/plugin/tablepress/reviews/)
   here in the plugin directory. Thanks!

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

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

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