• Resolved katelnewman

    (@katelnewman)


    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.

    The page I need help with: [log in to see the link]

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

    (@shazahm1hotmailcom)

    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

    (@katelnewman)

    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

    (@shazahm1hotmailcom)

    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.