• Resolved Sanjeev Mohindra

    (@sanjeevmohindra)


    Hi, I am using the Qubely Blocks on my site and facing issues with the front end display of Table of Content. The numbers on the TOC doesn’t look correct when on the front end. They look correct when I am editing the post on the Gutenberg editor. Is there a way to fix this?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    Use this code in your Dashboard additional css option,

    .qubely-block-table-of-contents ol li::before {
        right: calc(100% + 20px);
    }
    .qubely-block-table-of-contents ol>li {
        list-style: none;
    }

    I hope your problem will be solved.
    Thanks

    • This reply was modified 4 years, 7 months ago by Rejuan Ahamed.
    Thread Starter Sanjeev Mohindra

    (@sanjeevmohindra)

    Thanks, this has resolved the issue and TOC looks correct now.

    Hey @sanjeevmohindra,

    Glad to know the solution worked for you. If you are happy with our product and service, please post a review. It would encourage more people to use Qubely ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table Of Content Counter Messed Up’ is closed to new replies.