Title: Strange row height when responsive
Last modified: August 22, 2016

---

# Strange row height when responsive

 *  Resolved Anonymous User 13901880
 * (@anonymized-13901880)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/strange-row-height-when-responsive/)
 * Hi,
 * please check out this screenshot: [http://i.imgur.com/MDdRBky.png](http://i.imgur.com/MDdRBky.png)
   
   or take a look at my website: [http://shoutkey.com/brink](http://shoutkey.com/brink)
 * When resizing the browser window/when opening the site with a smartphone, TablePress
   changes to the responsive layout which is nice for phones. But the row height
   seems to be different for the first column and the other columns.
 * It is a minor problem but it is not looking nice and I hope there is a quick 
   fix?
 * Thank you!
 * [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)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/strange-row-height-when-responsive/#post-5176721)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The reason for this seems to be a the height setting. Please try adding this 
   to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       @media (max-width: 767px) {
         .tablepress-id-2 td,
         .tablepress-id-2 th {
           height: 30px;
         }
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter Anonymous User 13901880
 * (@anonymized-13901880)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/strange-row-height-when-responsive/#post-5176746)
 * That worked! Great, thank you!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/strange-row-height-when-responsive/#post-5176748)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias

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

The topic ‘Strange row height when 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/)

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