Title: Table Adjustments
Last modified: January 15, 2018

---

# Table Adjustments

 *  Resolved [katelnewman](https://wordpress.org/support/users/katelnewman/)
 * (@katelnewman)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/table-adjustments/)
 * Hi there,
 * I’ve recently downloaded the Easy Table of Contents plugin and love it, although…
   
   Is there a way that I can make the table and the text centred? And also a way
   to make the header label larger or into H3?
 * Thanks so much for your help 🙂
 * Kate
    -  This topic was modified 8 years, 5 months ago by [katelnewman](https://wordpress.org/support/users/katelnewman/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftable-adjustments%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/table-adjustments/#post-9866555)
 * You can use CSS to increase the TOC header size:
 *     ```
       div#ez-toc-container p.ez-toc-title {
       	font-size: 32px;
       	text-align: center;
       }
       ```
   
 * Tweak as desired.
 * You can center align the list like so:
 *     ```
       ul.ez-toc-list {
       	text-align: center;
       }
       ```
   
 * Though that may look odd when displaying the TOC hierarchy.
 * Hope that helps!
 *  Thread Starter [katelnewman](https://wordpress.org/support/users/katelnewman/)
 * (@katelnewman)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/table-adjustments/#post-9871426)
 * Great thank you so much!
 * Is there a way to actually centre the whole box and not just the text?
    And is
   there also some CSS that will allow the gap underneath the box to be a little
   bigger?
 * Thank you 🙂
 *  [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/table-adjustments/#post-9874688)
 * Here you go:
 *     ```
       div#ez-toc-container {
       	margin: 0 auto 50px;
       }
       ```
   

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

The topic ‘Table Adjustments’ is closed to new replies.

 * ![](https://ps.w.org/easy-table-of-contents/assets/icon-256x256.png?rev=3045459)
 * [Easy Table of Contents](https://wordpress.org/plugins/easy-table-of-contents/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-table-of-contents/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-table-of-contents/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-table-of-contents/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-table-of-contents/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-table-of-contents/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/table-adjustments/#post-9874688)
 * Status: resolved