Forum has this issue for a long time. please fix it.
Now;

Should be;

if you don't know about css. here is the key;
in your public/style_css/prettify.css about line 30;
find:
#admin_bar {
background:none repeat scroll 0 0 transparent;
color:#888888;
font-size:0.9em;
height:26px;
padding:0 10px;
}change it to:
#admin_bar {
background:none repeat scroll 0 0 transparent;
color:#888888;
font-size:0.9em;
height:50px;
padding:0 10px;
}as you see, just set height to 50px. when pathway is too long, it goes under your header and I can't click main category.
cheers,
Alper












