Title: Text Alignment
Last modified: August 21, 2016

---

# Text Alignment

 *  Resolved [tomt333](https://wordpress.org/support/users/tomt333/)
 * (@tomt333)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/text-alignment-11/)
 * I hate to bother with what seems to be a simple question but I have searched 
   the forums and have tried multiple ways of getting my text aligned without success.
 * Here is the CSS I am trying to use:
 * .tablepress-id-1,
    .tablepress-id-1 tr, .tablepress-id-1 tbody td, .tablepress-
   id-1 thead th, .tablepress-id-1 tfoot th { border: none; }
 * .tablepress-id-1 tbody td {
    font-family: Helvetica; font-size: 18px; }
 * .tablepress-id-1 tbody td,
    .tablepress-id-1 thead th { text-align: left; }
 * .tablepress-id-1 .row-1 td {
    text-align: left; }
 * The page in question is [http://lgshomes.net.sktdev.com/home-plans/](http://lgshomes.net.sktdev.com/home-plans/)
 * Any help would be appreciated.
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/text-alignment-11/#post-4764524)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * I’m confused… The text in that table is aligned to the left. You’ll probably 
   just want to reduce the width of the first column:
 *     ```
       .tablepress-id-1 .column-1 {
         width: 30px;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [tomt333](https://wordpress.org/support/users/tomt333/)
 * (@tomt333)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/text-alignment-11/#post-4764530)
 * ah…i tried everything except that….sorry to bother you with such a simple thing
 * one last thing….if i want my text aligned to the middle of the pdf icon, how 
   would i go about that?
 * thanks again….
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/text-alignment-11/#post-4764541)
 * Hi,
 * no problem 🙂
 * That should be possible by extend the font CSS that you already have to
 *     ```
       .tablepress-id-1 tbody td {
         font-family: Helvetica;
         font-size: 18px;
         vertical-align: middle;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [tomt333](https://wordpress.org/support/users/tomt333/)
 * (@tomt333)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/text-alignment-11/#post-4764550)
 * perfect….thank you so much!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/text-alignment-11/#post-4764555)
 * 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](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘Text 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/)

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