Title: Alignment in the table
Last modified: November 4, 2017

---

# Alignment in the table

 *  Resolved [Nelinfo](https://wordpress.org/support/users/nelinfo/)
 * (@nelinfo)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/alignment-in-the-table/)
 * Hi, Tobias!
    I continue to test your plugin. [There was a need to align the text in the sashes ](http://nelelektro.com/wp-content/uploads/2017/11/Безымянный.jpg)(
   the name of the column should remain centered). Please tell me where to read 
   about the solution? Thank you! Denis.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falignment-in-the-table%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/alignment-in-the-table/#post-9650690)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * For this, you would just have to change
 *     ```
       .tablepress td,
       .tablepress th {
       	text-align: center;
       }
       ```
   
 * to
 *     ```
       .tablepress th {
       	text-align: center;
       }
       ```
   
 * in your “Custom CSS” code.
 * Regards,
    Tobias
 *  Thread Starter [Nelinfo](https://wordpress.org/support/users/nelinfo/)
 * (@nelinfo)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/alignment-in-the-table/#post-9651072)
 * Thanks for the quick response!
    But you did not understand me))) I already have
   everything in the center. I need only change the second column (left). Alignment
   only in a particular (second) column should not be in the center, but on the 
   left, with the culler. [See the picture.](http://nelelektro.com/wp-content/uploads/2017/11/Безымянный.jpg)
   Is your plug-in capable of this?
 * Thank you. Denis.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/alignment-in-the-table/#post-9651384)
 * Hi Denis,
 * ah, ok. You didn’t mention that 🙂
 * To only change the second column of this table, use this:
 *     ```
       .tablepress-id-25 .column-2 {
         text-align: left;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Nelinfo](https://wordpress.org/support/users/nelinfo/)
 * (@nelinfo)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/alignment-in-the-table/#post-9651908)
 * Thank you, Tobias!
    This is what you need! We talked with you about a year ago
   on the topic of improved search in Tablepress tables using checkboxes. Tell me
   please, have you changed anything in this direction, are you planning to finalize
   the plug-in? I think this would be very convenient and in demand by many fans
   of your plugin.
 * Denis.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/alignment-in-the-table/#post-9652107)
 * Hi Denis,
 * no, sorry, there’s nothing new about more search options e.g. using checkboxes.
   Sorry.
 * Regards,
    Tobias

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

The topic ‘Alignment in the table’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/alignment-in-the-table/#post-9652107)
 * Status: resolved