Title: Aligning columns
Last modified: August 30, 2016

---

# Aligning columns

 *  Resolved [fbkadmin](https://wordpress.org/support/users/fbkadmin/)
 * (@fbkadmin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/aligning-columns-1/)
 * I am using a table to create back, home, and next buttons. Right now, all are
   centered on the page. I would like the center column to be centered on the page,
   the left button aligned left, and right button aligned right. How would I achieve
   this??
 * [http://03cad97.netsolhost.com/wordpress1/5-profit-enhancing-strategies/](http://03cad97.netsolhost.com/wordpress1/5-profit-enhancing-strategies/)
 * [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)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/aligning-columns-1/#post-6655766)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Here, you could use some “Custom CSS” on the “Plugin Options” screen, like
 *     ```
       .tablepress-id-123 .column-1 {
         text-align: left;
       }
       .tablepress-id-123 .column-2 {
         text-align: center;
       }
       .tablepress-id-123 .column-3 {
         text-align: right;
       }
       ```
   
 * if you give the table the full width again.
 * Regards,
    Tobias
 *  Thread Starter [fbkadmin](https://wordpress.org/support/users/fbkadmin/)
 * (@fbkadmin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/aligning-columns-1/#post-6655859)
 * Perfect! Thanks!! 🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/aligning-columns-1/#post-6655860)
 * 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 3 replies - 1 through 3 (of 3 total)

The topic ‘Aligning columns’ 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: [10 years, 7 months ago](https://wordpress.org/support/topic/aligning-columns-1/#post-6655860)
 * Status: resolved