I'm starting using Corolla theme and I found that in the Navigation menu (in a sidebar block) all the menu-items are at the same "indentation level" even if they're a sub-menu item.

This "flattering" causes a bad menu understanding, compromising usability (IMHO).

A fix is to edit "navigation.css" at line 10 into:

ul.menu li {
margin: 2px 10px;
padding: 0;
}

Regards

Comments

Jeff Burnz’s picture

Assigned: Unassigned » Jeff Burnz

That's a definite bug, I thought I had accounted for this, good spotting.

Jeff Burnz’s picture

I think is probably better to add margin to the UL so we don't mess with the custom menu bullet settings, something like:

ul.menu ul {
  margin-left: 15px;
}
Jeff Burnz’s picture

Priority: Normal » Major

Bumping, we need to fix this asap.

Jeff Burnz’s picture

Status: Active » Fixed

Fixed in head, will be in the next release.

Status: Fixed » Closed (fixed)

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

awebmanager’s picture

Issue summary: View changes

You say this was fixed years ago but it's still the case on 7.x-3.1...