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

    (@petervanderdoes)

    It’s a styling problem.

    You have the following in your style.css

    Line 1028

    .children li {
        margin-left: 110px;
    }

    You need to add some styling before that, something like:

    .children li.cat-item {
        margin-left: 0;
    }
    Thread Starter tklaverstijn

    (@tklaverstijn)

    Thanks, worked like a charm!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display problem in sidebar’ is closed to new replies.