Title: columns aligned
Last modified: August 30, 2016

---

# columns aligned

 *  Resolved [jcooper5988](https://wordpress.org/support/users/jcooper5988/)
 * (@jcooper5988)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/columns-aligned/)
 * Is there a way to have all columns aligned?
 * These are all separate tables because I needed the several headers with the colored
   background. So as of now the numbers are shifted and not lined up.
 * [http://ed-designsolutions.com/norman/?page_id=248](http://ed-designsolutions.com/norman/?page_id=248)
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/columns-aligned/#post-6199248)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * The best way for that should be to set the width of the first column for all 
   tables on this page (which internally has the WordPress Post ID 248).
    For that,
   please add this to the “Custom CSS” textarea on the “Plugin Options” screen of
   TablePress:
 *     ```
       .page-id-248 .tablepress .column-1 {
       	width: 50%;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

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

 * [aligned](https://wordpress.org/support/topic-tag/aligned/)
 * [columns](https://wordpress.org/support/topic-tag/columns/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/columns-aligned/#post-6199248)
 * Status: resolved