Title: [Plugin: WP-Table Reloaded] Alignment
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Alignment

 *  Resolved [arothafel](https://wordpress.org/support/users/arothafel/)
 * (@arothafel)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-alignment/)
 * Hello Tobias…
 * I’ve been using the plugin alot and love it. I am in development of a new site
   and can’t seem to resolve a this problem.
 * I configured a 2 column table. Left side for a Vimeo Video with iframe embed 
   code and the right side for linked images. For some reason the right side images
   are being shoved down and not lining up.
    I believe I modified the short code
   correctly:
 * [table id=7 column_widths=”70%|30%”]
 * Can you please take a look..?
    [http://www.wmu101.com](http://www.wmu101.com)
 * Thanks so much in advance,
 * Art
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-alignment/#post-2959567)
 * Hi Art,
 * you will just need to change the so-called “vertical alignment” for the table.
   
   To do this, please 1. change the Shortcode to
 *     ```
       [table id=7 /]
       ```
   
 * (we will to the width handling in CSS code),
    2. add this to the “Custom CSS”
   textarea on the “Plugin Options” screen of WP-Table Reloaded.
 *     ```
       .wp-table-reloaded-id-7 .column-1 {
         width: 70% !important;
       }
       .wp-table-reloaded-id-7 .column-2 {
         width: 30% !important;
         vertical-align: top !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [arothafel](https://wordpress.org/support/users/arothafel/)
 * (@arothafel)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-alignment/#post-2959569)
 * Thanks so much, Tobias!
 * Works perfectly!
 * Donation on the way…!
 * Art
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-alignment/#post-2959570)
 * Hi Art,
 * thanks for the confirmation, that this did it 🙂
 * And thank you so much again for the donation, I really appreciate it!
 * Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Alignment’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-alignment/#post-2959570)
 * Status: resolved