Period after number in table of contents ol

#749228
  • Resolved Anonymous
    Rank Math free

    Hi, we are trying to use rankmath’s table of contents widget and when we choose ol the number appears but the “period” after the number is missing. In the code I see the “.” in the :before pseudo class, but it’s not showing up on screen, any idea why?

    https://www.indinero.com/blog/late-business-taxes/

    Thanks,

    Jonathan

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for reaching out to us regarding the issue with the period after the number in Rank Math’s Table of Contents widget.

    It seems like you are experiencing a display issue where the period after the number is missing in the ordered list (ol) format of the Table of Contents widget. This could be due to a styling conflict or an override in your theme’s CSS.

    To address this problem, you can try adding custom CSS to force the period to display after the numbers in the ordered list. Here is an example of CSS code you can add to your theme’s style.css file:

    .wp-block-rank-math-toc-block ol {
        list-style: decimal inside;
    }

    By adding this CSS, you should be able to ensure that the period appears after the numbers in the ordered list format of Rank Math’s Table of Contents widget.

    If the issue persists or you need further assistance, please feel free to reply to this ticket, and one of our human agents will assist you promptly.

    Thank you for your understanding and patience.

    Best regards,

    Sources:
    Why Isn’t Rank Math Detecting the Table of Contents? » Rank Math
    Score 100/100 With Rank Math Post Tests » Rank Math
    How to Use a Table of Contents to Improve Content Readability » Rank Math

    This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Period after number in table of contents ol’ is closed to new replies.