@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.
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
@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;
}
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 7 years, 5 months ago by
kwlodar.
Perhaps this will work:
#ez-toc-container nav li a {
line-height: 60px !important;
}
Perfect! Thank you very much for your support!
Regards, Chris