Title: Alignment
Last modified: March 24, 2018

---

# Alignment

 *  Resolved [BuxomBones](https://wordpress.org/support/users/buxombones/)
 * (@buxombones)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/alignment-57/)
 * Hello,
 * I love Tablepress but am having some alignment issues and some odd lines displaying
   on a table I’m attempting to use on my home page. The text in the 2nd row isn’t
   aligning properly and there are odd faint lines between the rows.
 * Hope you can help!
    Erica
 * The website is: harmonyrescue.com
    The table id is: [table id=26 /]
 * Here are the Plugin Options setting for that table:
 * /* Table 26 – Sidebar Menu with Image */
    .tablepress-id-26 tbody td { text-align:
   left; }
 * .tablepress-id-26 thead th {
    text-align: left; }
 * .tablepress-id-26 img {
    display: block; margin: 0; border: 0; background-color:
   transparent; }
 * .tablepress-id-26 .column-1 {
    width: 33%; }
 * .tablepress-id-26 .column-2 {
    width: 66%; }
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falignment-57%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/alignment-57/#post-10111501)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * This is caused by some interference in the CSS of your theme. To fix this, please
   add this to the top of the “Custom CSS” textarea on the “Plugin Options” screen
   of TablePress:
 *     ```
       .tablepress tr {
       	display: table-row;
       	width: auto;
       	text-align: left;
       	margin: 0;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [BuxomBones](https://wordpress.org/support/users/buxombones/)
 * (@buxombones)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/alignment-57/#post-10112779)
 * Thanks Tobias. That fixed the alignment issue.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/alignment-57/#post-10114750)
 * 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 3 replies - 1 through 3 (of 3 total)

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

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

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/alignment-57/#post-10114750)
 * Status: resolved