Table of contents

#654489
  • Resolved Timverzalen
    Rank Math free

    Hello,

    How do I change the width between each bullet point of the table of contents? I get a pagespeed error that the tap elements are not sized appropriately.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    You can use the following Custom CSS on your website in order to increase the width between the bullet points of the Table Of Contents.

    .wp-block-rank-math-toc-block nav li {
       padding: 5px 0px !important;
    }
    

    Here’s a guide you can follow to add this custom CSS to your site:
    https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    Regarding the pagespeed error, you can share the affected URL with us so that we can check this further for you.

    Let us know how it goes. Looking forward to helping you.

    Thank you.

    Thank you!

    When I check the rich snippets tool, I do not see the breadcrumb as a rich snippet for the homepage. I would like that to happen since that benefits seo I guess, if possible without adding a breadcrumb of only the home, since it is quite useless for visitors experience.

    I implemented the shortcode on all other pages, there it does show the rich snippet.

    Thanks in advance!

    Tim

    Hello,

    Please note that Rank Math doesn’t add breadcrumbs schema to your homepage because the homepage doesn’t have any parent pages above it. So, it will show an error for the position in the breadcrumbs schema.

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Hi again, how can I make each chapter in the table of contents bold? Thanks in advance!

    Hello,

    You can use the following Custom CSS on your website in order to make each Heading in the table of contents bold.

    
    .wp-block-rank-math-toc-block nav li {
       font-weight: 600 !important;
    }
    

    Hope that helps and please don’t hesitate to let us know if you have any other questions.

    Thank you.

    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 5 replies - 1 through 5 (of 5 total)

The ticket ‘Table of contents’ is closed to new replies.