Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jilbert

    (@jilbert)

    never mind … the theme had a float that didn’t get cleared.

    Hi there, how did you solve this? I am using the Nova theme and I got the same issue…
    Thanks – regards, rrr

    Thread Starter jilbert

    (@jilbert)

    Man, I wish I could remember how exactly how I did it, but I do remember that it was a problem in the stylesheet. In looking through my “child” stylesheet I found this —

    #breadcrumbs a, span.raquo {
    float: left;
    margin: -11px 0;
    }

    but I’m not sure if that was what fixed it.

    Plugin Author John Havlik

    (@mtekk)

    This is a styling issue, specifically, you are likely floating some elements in the breadcrumb trail and not others (hence the separators jumble up). Use your browser’s built in inspector tool to see what it is trying to do with the various elements and fix the offending CSS.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No separator between breadcrumbs — only at the end’ is closed to new replies.