Title: Table Rows Break
Last modified: August 24, 2016

---

# Table Rows Break

 *  Resolved [robbiehenry](https://wordpress.org/support/users/robbiehenry/)
 * (@robbiehenry)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/table-rows-break/)
 * [http://outreach2.frogstar.ca/seattle-sperm-donor/](http://outreach2.frogstar.ca/seattle-sperm-donor/)
 * Greetings. Great Plugin!
 * When I do various custom sorts on the table quit often the rows of data become
   misaligned. Is there a way to remedy this?
 * Kindly get back
 * Rob
 * [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, 1 month ago](https://wordpress.org/support/topic/table-rows-break/#post-6071682)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * I’m not really sure what you mean here. From what I can see, you are using the
   Responsive Tables Extension and have configured it to show the responsive version
   on all screen sizes.
    Everything works fine for me there. Can you maybe explain
   in more detail what’s not working for you? Can you maybe post a screenshot that
   shows the problem?
 * Regards,
    Tobias
 *  Thread Starter [robbiehenry](https://wordpress.org/support/users/robbiehenry/)
 * (@robbiehenry)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/table-rows-break/#post-6071728)
 * Tobias…
 * Please have a look at the screengrab here: [http://advancedcomputing.ca/misaligned.jpg](http://advancedcomputing.ca/misaligned.jpg)
 * For the columns that have information from Quebec there is a small icon that 
   shows on a second line of the first row cell. Those columns produce the misalignment.
 * Can you recommend how to remedy this?
 * Rob
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/table-rows-break/#post-6071759)
 * Hi Rob,
 * ah, thanks for the screenshot. Now I see what you mean.
 * The reason for this basically is the different cell height due to those images
   in some cells. In the responsive mode, the browser can not detect that and calcules
   wrong heights.
    You could therefore set the height manually, with e.g. this “
   Custom CSS” on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-1 .column-1 {
         height: 40px;
       }
       ```
   
 * Alternatively, instead of using the Responsive Tables Extension, which flips 
   the table and only then makes it scrollable, you could just use horizontal scrolling,
   e.g. like [https://wordpress.org/support/topic/responsive-tables-scroll-only?replies=6#post-5511954](https://wordpress.org/support/topic/responsive-tables-scroll-only?replies=6#post-5511954)
 * Regards,
    Tobias

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

The topic ‘Table Rows Break’ 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, 1 month ago](https://wordpress.org/support/topic/table-rows-break/#post-6071759)
 * Status: resolved