Title: Help for Responsive Layout
Last modified: August 30, 2016

---

# Help for Responsive Layout

 *  Resolved [Nugiman](https://wordpress.org/support/users/nugiman/)
 * (@nugiman)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-for-responsive-layout/)
 * Hi Tobias!
 * Freut mich, dass du aus Magdeburg kommst, darum schreib ich dir einfach mal auf
   Deutsch 😉
 * Ich erstelle einen Kursplan auf einer responsive Website, das sieht in voller
   Breite so aus:
    [https://www.dropbox.com/s/o5u0t2z2y6fupuu/Screenshot%202015-07-21%2021.54.21.png?dl=0](https://www.dropbox.com/s/o5u0t2z2y6fupuu/Screenshot%202015-07-21%2021.54.21.png?dl=0)
 * Habe mir die Extension geholt, so dass das Plug-In ebenfalls Responsive ist. 
   Allerdings sieht die Darstellung bei mir komischerweise so aus:
    [https://www.dropbox.com/s/xj38n6hr360b63q/Screenshot%202015-07-21%2021.55.41.png?dl=0](https://www.dropbox.com/s/xj38n6hr360b63q/Screenshot%202015-07-21%2021.55.41.png?dl=0)
 * Bekomms einfach nicht hin, dass die Tage übereinander bleiben und dann “scrollbar”
   sind.
 * Der Shortcode beim einsetzen ist der hier, müsste doch eigentlich stimmen oder?
   
   [https://www.dropbox.com/s/w50oofseavvc1oh/Screenshot%202015-07-21%2021.56.49.png?dl=0](https://www.dropbox.com/s/w50oofseavvc1oh/Screenshot%202015-07-21%2021.56.49.png?dl=0)
 * Danke schon mal für die Antwort!
 * LG,
    Ben
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-for-responsive-layout/#post-6350354)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Yes, I’m from Germany, but as these are the English-language forums, I suggest
   that we keep the conversation in English, so that more people can benefit from
   the solutions of our discussions. Would that be okay?
 * The reason for this likely is that the heights of the rows vary. Can you please
   post a link to the page with the table where this problem happens, so that I 
   can take a direct look? Thanks!
 * Regards,
    Tobias
 *  Thread Starter [Nugiman](https://wordpress.org/support/users/nugiman/)
 * (@nugiman)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-for-responsive-layout/#post-6350363)
 * Sure, that’s not problem!
 * Here is the link to the testsite
    [http://kolibri-muenchen.com/kursplan2](http://kolibri-muenchen.com/kursplan2)
   Work in Progress 😉
 * Thanks for the quick response!
 * Regards,
    Ben
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-for-responsive-layout/#post-6350436)
 * Hi Ben,
 * thanks for the link! This is indeed caused by the different heights of the content
   in the rows. We’ll therefore have to manually adjust those with some CSS code.
   Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen
   of TablePress:
 *     ```
       @media (max-width: 767px) {
           .tablepress-id-2 th,
           .tablepress-id-2 td {
               height: 48px;
           }
       }
       ```
   
 * Regards,
    Tobias

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

The topic ‘Help for Responsive Layout’ 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: [10 years, 10 months ago](https://wordpress.org/support/topic/help-for-responsive-layout/#post-6350436)
 * Status: resolved