Hello, My breadcrumb is cluttered, Adding this css will fix it

.breadcrumb a, .breadcrumb span {
    display: inline !important;
    background-image: none !important;
}

!important -> to override theme's default value in firebug,
bg-image:none -> because the theme adds a 'delimiter' already, I don't know where the image should go.

Thanks for this shiny beautiful theme!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dudenhofer’s picture

Status: Active » Postponed (maintainer needs more info)

What OS/Browser are you using? I've checked Mac/Windows FF/Chrome/IE/Safari and I'm not seeing the breadcrumb issue that you're having in the screenshot. So it must be a specific version of one of these?

yannickoo’s picture

Looks like Internet Explorer :D

philipz’s picture

I have the same issue and in my case it's caused by Path breadcrumbs module with overrides core breadcrumb render function.

dudenhofer’s picture

Title: Breadcrumb is cluttered » Breadcrumb is cluttered when Path Breadcrumbs module is used.
Assigned: Unassigned » dudenhofer
Status: Postponed (maintainer needs more info) » Active

I see that for sure. I will try to work out a fix for this.

dudenhofer’s picture

Status: Active » Fixed

I added a fix for Path Breadcrumb in this commit http://drupalcode.org/project/shiny.git/commit/33b071e

philipz’s picture

Great! Fix is working. Clearing cache is needed to make it work.

hkoosha’s picture

@yannickoo : no way :| (my

Sorry I wan't around!!! I am using Firefox 22, (Linux).
It seems it's fixed, I will set issue as fixed. Thank you!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.