Hi, I noticed that the counter block looks different than the other blocks in most themes. I changed this line in the module and now it looks ok. Maybe you could implement this in the module by default so that with an update in stays correct ;)

changed from:

$output .= '<ul>';

changed to:

$output .= '<ul class="menu menu-root">';

another alternative could be:

$output .= '<ul class="counterblock">';

Hope this helps
Jan

Comments

FreeFox’s picture

Status: Active » Closed (fixed)

I saw there were more modules without class nor id so ... it still would be nice but only if all modules would have it.

Ticket closed.