Title: Data Table &#8211; Vertical Alignment
Last modified: May 15, 2022

---

# Data Table – Vertical Alignment

 *  Resolved [Ari123](https://wordpress.org/support/users/ucdguy/)
 * (@ucdguy)
 * [4 years ago](https://wordpress.org/support/topic/data-table-vertical-alignment/)
 * Hi,
 * Thank you for a great plugin!
 * By default, the vertical alignment in a table is to the top, as in this example.
 * > [View post on imgur.com](https://imgur.com/hGaNzkf)
 * How do I instead vertically centre each element in their boxes, i.e. how can 
   I have “Entry 1” and “Entry 3” in the example above automatically be vertically
   centred in their boxes?
 * I tried the following CSS:
 * .td-content>p {
    vertical-align: middle !important; }
 * but it didn’t do anything.
 * Thanks for your help!

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

 *  Plugin Support [Abid Hasan](https://wordpress.org/support/users/abidhasan112/)
 * (@abidhasan112)
 * [4 years ago](https://wordpress.org/support/topic/data-table-vertical-alignment/#post-15659079)
 * Hi [@ucdguy](https://wordpress.org/support/users/ucdguy/) ,
 * Sorry for the late response here.
    You can simply add this CSS on your stylesheet
   to get this done:
 *     ```
       .eael-data-table-wrap table td {
           vertical-align: middle;
       }
       ```
   
 * **NOTE:** You can simply add custom CSS by navigating to your **WordPress Dashboard-
   > Appearance -> Customize**.
 * After you are on the Customizer page, search for the “**Additional CSS**” option.
   You can then go ahead and insert CSS Code.
 *  Thread Starter [Ari123](https://wordpress.org/support/users/ucdguy/)
 * (@ucdguy)
 * [4 years ago](https://wordpress.org/support/topic/data-table-vertical-alignment/#post-15660092)
 * Perfect, thank you for your help!

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

The topic ‘Data Table – Vertical Alignment’ is closed to new replies.

 * ![](https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.
   gif?rev=3182943)
 * [Essential Addons for Elementor - Popular Elementor Templates & Widgets](https://wordpress.org/plugins/essential-addons-for-elementor-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/essential-addons-for-elementor-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Ari123](https://wordpress.org/support/users/ucdguy/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/data-table-vertical-alignment/#post-15660092)
 * Status: resolved