Title: Table centered
Last modified: May 10, 2018

---

# Table centered

 *  Resolved [jacobers](https://wordpress.org/support/users/jacobers/)
 * (@jacobers)
 * [8 years ago](https://wordpress.org/support/topic/table-centered/)
 * Hello,
 * I’m new to wordpress and i tried to figure it out how to effectivly use css to
   center table to the site layout. Tried bunch of codes from other posts. I didnt’t
   work either. Put it into custom tablepress code and style.css, neither of it 
   worked. My site address and post i tried to center table ([http://workitout.atthost24.pl/?p=266](http://workitout.atthost24.pl/?p=266))
 * Help will appreciated,
    Cheers Jacob

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years ago](https://wordpress.org/support/topic/table-centered/#post-10266283)
 * Hi Jacob,
 * thanks for your post, and sorry for the trouble.
 * The problem here is that your table is too big for the content space that your
   theme allows. You will have to make it fit. For that, please add this to the “
   Custom CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress tbody td {
       	padding: 6px !important;
       }
       .tablepress thead th {
       	padding: 6px 20px 6px 6px !important;
       	letter-spacing: normal !important;
       	text-transform: none !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [jacobers](https://wordpress.org/support/users/jacobers/)
 * (@jacobers)
 * [8 years ago](https://wordpress.org/support/topic/table-centered/#post-10269365)
 * Thank you for your input.
    Have a nice day.
 * Cheers,
    Jacob
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years ago](https://wordpress.org/support/topic/table-centered/#post-10269416)
 * 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 ‘Table centered’ 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

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

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/table-centered/#post-10269416)
 * Status: resolved