Title: Centering all elements
Last modified: January 13, 2020

---

# Centering all elements

 *  Resolved [lubass76](https://wordpress.org/support/users/lubass76/)
 * (@lubass76)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/centering-all-elements/)
 * Hello, I have looked here and in other places on the internet, I have tried different
   css codes but I have not been able to do it.
    How could I leave my table (screenshot:
   [https://prnt.sc/qmzpkg](https://prnt.sc/qmzpkg)), with all the elements centered
   as in this one, not mine (screenshot: [https://prnt.sc/qmzp0c](https://prnt.sc/qmzp0c)).
   Thanks a lot
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcentering-all-elements%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/centering-all-elements/#post-12319429)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * To center everything, please add this to the “Custom CSS” textarea on the “Plugin
   Options” screen of TablePress:
 *     ```
       .tablepress-id-1 thead th,
       .tablepress-id-1 tbody td {
         text-align: center;
       }
       ```
   
 * You might have to clear the cache of the CSS minification/caching plugin that
   you are using (“Swift Performance”?).
 * Regards,
    Tobias
 *  Thread Starter [lubass76](https://wordpress.org/support/users/lubass76/)
 * (@lubass76)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/centering-all-elements/#post-12320372)
 * Thanks a lot Tobias!
 * And yes, Swift Performance Lite 😉
 * Regards
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/centering-all-elements/#post-12321380)
 * 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](https://wordpress.org/support/plugin/tablepress/reviews/)
   here in the plugin directory. Thanks!

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

The topic ‘Centering all elements’ 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

 * [Center table](https://wordpress.org/support/topic-tag/center-table/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/centering-all-elements/#post-12321380)
 * Status: resolved