• Resolved daniellacatus

    (@daniellacatus)


    Hello,

    I am using the Table of Contents plugin and encountering an alignment issue. The TOC and the article text are sticking together without any space between them. I would like to vertically center the article text relative to the TOC, so there is equal space between them.

    I have tried various CSS adjustments without success. Could you please provide some advice or a CSS code to resolve this issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support kamlesh08

    (@kamlesh08)

    Hi @daniellacatus,

    Thanks for your message.

    Could you please share a link to your site and provide more details about where you want to add spacing so that I can help you with some Custom CSS?

    Looking forward to resolving this issue for you.

    Thanks and Kind Regards,

    Kamlesh.

    Thread Starter daniellacatus

    (@daniellacatus)

    As for spacing, it has been partially resolved. The problem is that in some articles there is too much white space, I would have liked the article to continue further, not below the table of contents.

    Exemple: https://enciclopedic.ro/ioan-es-pop/

    Plugin Support kamlesh08

    (@kamlesh08)

    Hi @daniellacatus,

    Thanks for explaining the issue further.

    Looking at your requirement, I think a better idea would be to use Custom CSS to increate the width of the Table of Contents container instead of moving the text beside the Heroic Table of Contents.

    Could you please add the below-mentioned Custom CSS to your site from your WordPress Dashboard > Appearance > Customize > Additional CSS and check if this helps resolve the issue for you?

    div#toc_container {
    width: 100%;
    }

    I hope this helps, but please do let me know if you require further assistance.

    Thanks and Kind Regards,

    Kamlesh.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.