Title: Problem with responsive View
Last modified: February 8, 2018

---

# Problem with responsive View

 *  Resolved [annoy](https://wordpress.org/support/users/annoy/)
 * (@annoy)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/problem-with-responsive-view/)
 * Hallo, i am using your Responsive Plugin but i have a problem with the responsive
   view. I choose the Flip Mode [table id=3 responsive=flip responsive_breakpoint
   =phone /] which i really like, but in my mobile view it seems like the second
   line is postponed because the the First Row has 2 lines in the Header (sorry 
   for my bad english). How do i get a correct view here? Hope you understand what
   i mean, her is a picture of my Problem.
 * [http://villagudrun.webdesigner-sylt.de/wp-content/uploads/2018/02/table-press-responsive.jpg](http://villagudrun.webdesigner-sylt.de/wp-content/uploads/2018/02/table-press-responsive.jpg)
 * Thanks for your help and greetings from Germany
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-responsive-view%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, 4 months ago](https://wordpress.org/support/topic/problem-with-responsive-view/#post-9951593)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * This is indeed a drawback of the `flip` mode, when cells have multiple lines 
   of text. We can however fix this easily. Please add this to the “Custom CSS” 
   textarea on the “Plugin Options” screen of TablePress:
 *     ```
       @media (max-width: 767px) {
       	.tablepress-id-3 th,
       	.tablepress-id-3 td {
       		height: 64px;
       		line-height: normal;
       	}
       }
       ```
   
 * Regards,
    Tobias
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/problem-with-responsive-view/#post-9951594)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * This is indeed a drawback of the `flip` mode, when cells have multiple lines 
   of text. We can however fix this easily. Please add this to the “Custom CSS” 
   textarea on the “Plugin Options” screen of TablePress:
 *     ```
       @media (max-width: 767px) {
       	.tablepress-id-3 th,
       	.tablepress-id-3 td {
       		height: 64px;
       		line-height: normal;
       	}
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [annoy](https://wordpress.org/support/users/annoy/)
 * (@annoy)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/problem-with-responsive-view/#post-9951662)
 * Thank you, is this CSS only for on Table ID? What if i have a few more?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/problem-with-responsive-view/#post-9951671)
 * Hi,
 * yes, this would only be for table 3.
 * If you have more tables, just copy this CSS and insert it again with the adjusted
   table ID. Depending on the number of lines of text in the cells of the other 
   table, you might also have to change the height of 64px to a higher value.
 * Regards,
    Tobias
 *  Thread Starter [annoy](https://wordpress.org/support/users/annoy/)
 * (@annoy)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/problem-with-responsive-view/#post-9951759)
 * That worked great, thank you for your fast and friendly support, love your Plugin
   too!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/problem-with-responsive-view/#post-9951953)
 * 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/#new-post)
   here in the plugin directory. Thanks!

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

The topic ‘Problem with responsive View’ 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

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

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/problem-with-responsive-view/#post-9951953)
 * Status: resolved