Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    This is not an issue with this plugin but is an issue with your theme styles. You have set an unordered list style of this:

    ul {
        list-style: square inside;
    }

    It should be:

    ul {
        list-style: square;
    }
    Thread Starter JovanM

    (@jovanm)

    Thank you very much for solving my issue! Yes, your plugin works like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with the bullets’ is closed to new replies.