• Resolved kwlodar

    (@kwlodar)


    Hi,
    first of all thank you cor grate plugin and for continuing development of TOC+. Good job!

    I have a shout question: how to add a paragraph after the toc header, like it was in toc+? I’d like it to be like this: https://snag.gy/B4rEev.jpg (toc+) instead of this: https://snag.gy/wecGLy.jpg (etoc).

    Thanks in advance for your support.
    Regards!
    Chris

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

    (@shazahm1hotmailcom)

    @kwlodar

    It is hard to tell from the screenshots… but, I think… you need to navigate to the Table of Contents Settings admin page, scroll down to the Appearance section and change the Float option to None.

    Hope this helps, let me know.

    Thread Starter kwlodar

    (@kwlodar)

    Hi @shazahm1
    thanks for reply but it is not about float.

    It is about missing space between list header and the list.
    I’ve updated screenshots:
    https://snag.gy/B4rEev.jpg – in TOC+ it was this way
    https://snag.gy/wecGLy.jpg – in ETOC it is this way – no space/paragraph

    Steven

    (@shazahm1hotmailcom)

    @kwlodar

    Oh, I see now … CSS can be used to increase the TOC heading spacing.

    Add this to the theme’s Custom CSS area (generally found in the Customizer)

    .ez-toc-title-container {
    	margin-bottom: 16px;
    }
    Thread Starter kwlodar

    (@kwlodar)

    OK, much better! Thank you.

    I’m also trying to increase highlight to 25 px, like I have in body txt. I’m using

    .ez-toc-container a {
        line-height: 25px;
    }  

    but it does not works (https://snag.gy/dVBF5U.jpg). I would apreciate your help.
    Thank you!

    PS: sorry, I’m not css ninja yet. ??

    • This reply was modified 5 years, 11 months ago by kwlodar.
    Steven

    (@shazahm1hotmailcom)

    Perhaps this will work:

    
    #ez-toc-container nav li a {
    	line-height: 60px !important;
    }
    
    Thread Starter kwlodar

    (@kwlodar)

    Perfect! Thank you very much for your support!
    Regards, Chris

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Paraghraph after heading’ is closed to new replies.