Closed (fixed)
Project:
Genesis Darkmatter
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2009 at 10:35 UTC
Updated:
11 Mar 2009 at 02:22 UTC
Hi why dos't the breadcrumb work?
and how do I add it
Comments
Comment #1
Jeff Burnz commentedJust change some CSS:
In the file - genesis_darkmatter.css (approx line 324)
#breadcrumb {
display:none;
margin:0;
}
to
#breadcrumb {
margin:0 0 0.5em;
}
Next time please use a descriptive title relevant to your issue.
Comment #2
Jeff Burnz commented