Title: Align multiple tables vertically
Last modified: April 17, 2017

---

# Align multiple tables vertically

 *  Resolved [teimun](https://wordpress.org/support/users/teimun/)
 * (@teimun)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/align-multiple-tables-vertically/)
 * Hi all,
 * I have a question concerning vertically alignment of multiple tables. I couldn’t
   find the answer in other threads, so hopefully someone can help me out. My apologies
   if this is a double post.
 * As you can see on the following page, the second columns of each table are not
   in line with each other. I made a separate table for each day. Is there any way
   I could make them align?
 * Link: [http://teimun.org/teimun-conference/program/](http://teimun.org/teimun-conference/program/)
 * Thank you in advance!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/align-multiple-tables-vertically/#post-9039670)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * To have these look uniform, you will have to set column widths for the tables.(
   The default behavior that you are seeing here is, that the browser is automatically
   setting column widths based on the content/text in the tables.)
 * The easiest way for that should be to add this to the “Custom CSS” textarea on
   the “Plugin Options” screen of TablePress:
 *     ```
       .page-id-1946 .tablepress .column-1 {
         width: 150px;
       }
       ```
   
 * (`1946` is the internal ID that this page has on your site, you can see it in
   the URL bar in the browser when editing the page.)
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Align multiple tables vertically’ 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/)
 * [columns](https://wordpress.org/support/topic-tag/columns/)
 * [tables](https://wordpress.org/support/topic-tag/tables/)
 * [vertical](https://wordpress.org/support/topic-tag/vertical/)
 * [vertical alignment](https://wordpress.org/support/topic-tag/vertical-alignment/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/align-multiple-tables-vertically/#post-9039670)
 * Status: resolved