Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Alexis Pandaan

    (@alexius08)

    Hi @moneywehave! Thanks for letting us know. Upon checking your website, I noticed that the left margin set by another CSS file within your site is not giving enough room for the bullets within our Table of Contents blocks to appear.

    To fix the left margin of the Table of Contents, you may add the following to your custom CSS code:

    .ub_table-of-contents .ub_table-of-contents-container.ub_table-of-contents-1-column  ul{
    margin-left: 1.3em;
    }

    Please let us know how it goes.

    Thread Starter moneywehave

    (@moneywehave)

    This fixed the issue. Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullets not displaying in table of contents’ is closed to new replies.