Title: Responsive behaviour
Last modified: August 21, 2016

---

# Responsive behaviour

 *  Resolved [Ligefrem](https://wordpress.org/support/users/ligefrem/)
 * (@ligefrem)
 * [12 years ago](https://wordpress.org/support/topic/responsive-behaviour-2/)
 * I just installed Tablepress and the responsive add-on and even though it appears
   to work fine on this table: [http://skyum.dk/sample-page/skemaer/foraaret-1314/](http://skyum.dk/sample-page/skemaer/foraaret-1314/)
 * This (much simpeler table) seems to be really off when it goes responsive: [http://skyum.dk/sample-page/skemaer/hovedskema-1314/](http://skyum.dk/sample-page/skemaer/hovedskema-1314/)
 * Can you help?
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years ago](https://wordpress.org/support/topic/responsive-behaviour-2/#post-4914451)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The reason for this is that that table has content in its cells that has different
   heights. You can however fix this by adding this to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress:
 *     ```
       @media (max-width: 979px) {
         .tablepress-id-2 td,
         .tablepress-id-2 th {
           height: 92px;
         }
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Responsive behaviour’ 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

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

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/responsive-behaviour-2/#post-4914451)
 * Status: resolved