• Resolved Josh

    (@joshuammott)


    On single posts and pages (not archive pages) the individual links in the breadcrumb trail are breaking to a second line in Chrome. I just noticed this recently. This is not happening in Safari, Internet Explorer 11, Opera or Firefox. I deactivated all plugins and still experiencing the same problem. Any ideas what might be causing this?

    https://wordpress.org/plugins/breadcrumb-navxt/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Havlik

    (@mtekk)

    This is most likely a styling issue. Use the chrome’s inspector tool (or what ever they call it) to see what styles are being applied to the element.

    Thread Starter Josh

    (@joshuammott)

    Thanks John! Adding the following code seems to fix the issue in Chrome:

    .breadcrumb ul li {
    white-space: nowrap;
    }

    It remains to be seen whether that will have some unintended consequences. I’ll update this thread if it does.

    Hi Josh,

    thanks a lot for the code, I just came across the same issue. In case you notice something (“unintended consequences”), please share them in this thread.

    Cheers,
    Michaela

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links Breaking to Second Line in Chrome’ is closed to new replies.